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.h48 struct VarLenFeature { struct
49 string key;
50 DataType dtype;
51 string values_output_tensor_name;
52 string indices_output_tensor_name;
53 string shapes_output_tensor_name;
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py50 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class