Home
last modified time | relevance | path

Searched refs:ParseFloatList (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc208 bool ParseFloatList(Result* float_list) { in ParseFloatList() function in tensorflow::example::__anonf28cf4740111::parsed::Feature
474 if (!name_and_feature.second.ParseFloatList(&list)) return false; in TestFastParse()
694 if (!feature.ParseFloatList(&slice)) return parse_error(); in FastParseSerializedExample()
747 if (!feature.ParseFloatList(&out.float_list)) { in FastParseSerializedExample()
826 if (!feature.ParseFloatList(&out.float_list)) { in FastParseSerializedExample()
1607 if (!feature.ParseFloatList(&slice)) return parse_error(); in FastParseSingleExample()
1681 if (!feature.ParseFloatList(&float_list)) return parse_error(); in FastParseSingleExample()
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc207 if (!feature.ParseFloatList(&slice)) return parse_error(); in FastParseSerializedExample()
262 if (!feature.ParseFloatList(&out.float_list)) { in FastParseSerializedExample()
314 if (!feature.ParseFloatList(&out.float_list)) { in FastParseSerializedExample()
Dexample_proto_fast_parsing.h202 bool ParseFloatList(Result* float_list) { in ParseFloatList() function