Home
last modified time | relevance | path

Searched defs:VarLenFeature (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h47 struct VarLenFeature { struct
48 string key;
49 DataType dtype;
50 string values_output_tensor_name;
51 string indices_output_tensor_name;
52 string shapes_output_tensor_name;
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py49 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class