Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_helper.h40 struct FixedLenFeature { struct
41 string key;
42 DataType dtype;
43 TensorShape shape;
44 Tensor default_value;
45 string values_output_tensor_name;
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dparsing_ops.py43 FixedLenFeature = parsing_config.FixedLenFeature variable
H A Dparsing_config.py298 class FixedLenFeature(collections.namedtuple( class