Searched defs:FixedLenFeature (Results 1 – 3 of 3) sorted by relevance
40 struct FixedLenFeature { struct41 string key;42 DataType dtype;43 TensorShape shape;44 Tensor default_value;45 string values_output_tensor_name;
46 FixedLenFeature = parsing_config.FixedLenFeature variable
308 class FixedLenFeature(collections.namedtuple( class