Searched refs:ParseFloatList (Results 1 – 3 of 3) sorted by relevance
208 bool ParseFloatList(Result* float_list) { in ParseFloatList() function in tensorflow::example::__anonf28cf4740111::parsed::Feature474 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()
207 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()
202 bool ParseFloatList(Result* float_list) { in ParseFloatList() function