Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h49 struct VarLenFeature { struct
50 string key;
51 DataType dtype;
52 string values_output_tensor_name;
53 string indices_output_tensor_name;
54 string shapes_output_tensor_name;
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py44 VarLenFeature = parsing_config.VarLenFeature variable
Dparsing_config.py48 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class