Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A 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;
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dparsing_ops.py40 VarLenFeature = parsing_config.VarLenFeature variable
H A Dparsing_config.py44 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class