Home
last modified time | relevance | path

Searched refs:ParseInt64List (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc284 bool ParseInt64List(Result* int64_list) { in ParseInt64List() function in tensorflow::example::__anon4c07364d0111::parsed::Feature
483 if (!name_and_feature.second.ParseInt64List(&list)) return false; in TestFastParse()
685 if (!feature.ParseInt64List(&slice)) return parse_error(); in FastParseSerializedExample()
735 if (!feature.ParseInt64List(&out.int64_list)) { in FastParseSerializedExample()
817 if (!feature.ParseInt64List(&out.int64_list)) { in FastParseSerializedExample()
1598 if (!feature.ParseInt64List(&slice)) return parse_error(); in FastParseSingleExample()
1676 if (!feature.ParseInt64List(&int64_list)) return parse_error(); in FastParseSingleExample()
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc198 if (!feature.ParseInt64List(&slice)) return parse_error(); in FastParseSerializedExample()
250 if (!feature.ParseInt64List(&out.int64_list)) { in FastParseSerializedExample()
305 if (!feature.ParseInt64List(&out.int64_list)) { in FastParseSerializedExample()
Dexample_proto_fast_parsing.h278 bool ParseInt64List(Result* int64_list) { in ParseInt64List() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc432 bool ParseInt64List(const TokKind start, const TokKind end,
3730 if (!ParseInt64List(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseAttributeHelper()
4233 if (!ParseInt64List(TokKind::kLsquare, TokKind::kRsquare, TokKind::kColon, in ParseSliceRanges()
4317 bool HloParserImpl::ParseInt64List(const TokKind start, const TokKind end, in ParseInt64List() function in xla::__anon8590f6b60111::HloParserImpl
4344 if (!ParseInt64List(start, end, delim, &item)) { in ParseInt64ListList()