Home
last modified time | relevance | path

Searched refs:name_and_feature (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc452 parsed::FeatureMapEntry& name_and_feature = in TestFastParse() local
454 string name(name_and_feature.first); in TestFastParse()
459 if (!name_and_feature.second.ParseDataType(&dtype).ok()) return false; in TestFastParse()
465 if (!name_and_feature.second.ParseBytesList(&list)) return false; in TestFastParse()
474 if (!name_and_feature.second.ParseFloatList(&list)) return false; in TestFastParse()
483 if (!name_and_feature.second.ParseInt64List(&list)) return false; in TestFastParse()
605 parsed::FeatureMapEntry& name_and_feature = in FastParseSerializedExample() local
608 const StringPiece feature_name = name_and_feature.first; in FastParseSerializedExample()
609 parsed::Feature& feature = name_and_feature.second; in FastParseSerializedExample()
1533 parsed::FeatureMapEntry& name_and_feature = in FastParseSingleExample() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc138 tensorflow::example::parsed::FeatureMapEntry& name_and_feature = in FastParseSerializedExample() local
140 const StringPiece feature_name = name_and_feature.first; in FastParseSerializedExample()
141 tensorflow::example::parsed::Feature& feature = name_and_feature.second; in FastParseSerializedExample()