Searched refs:ParseInt64List (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 208 bool ParseInt64List(Result* int64_list) { in ParseInt64List() function in tensorflow::example::__anoncf92a8560111::parsed::Feature 408 if (!name_and_feature.second.ParseInt64List(&list)) return false; in TestFastParse() 638 if (!feature.ParseInt64List(&slice)) return parse_error(); in FastParseSerializedExample() 688 if (!feature.ParseInt64List(&out.int64_list)) { in FastParseSerializedExample() 765 if (!feature.ParseInt64List(&out.int64_list)) { in FastParseSerializedExample() 1375 if (!feature.ParseInt64List(&slice)) return parse_error(); in FastParseSingleExample() 1446 if (!feature.ParseInt64List(&out_temp.int64_list)) in FastParseSingleExample()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 285 bool ParseInt64List(const TokKind start, const TokKind end, 2350 if (!ParseInt64List(TokKind::kLsquare, TokKind::kRsquare, TokKind::kComma, in ParseSparseLiteral() 2802 if (!ParseInt64List(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseAttributeHelper() 2814 if (!ParseInt64List(TokKind::kLbrace, TokKind::kRbrace, in ParseAttributeHelper() 3234 if (!ParseInt64List(TokKind::kLsquare, TokKind::kRsquare, TokKind::kColon, in ParseSliceRanges() 3317 bool HloParser::ParseInt64List(const TokKind start, const TokKind end, in ParseInt64List() function in xla::__anonc071bf1f0111::HloParser
|