Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.cc134 if (!SkipExtraneousTag(stream)) return false; in ParseExample()
Dexample_proto_fast_parsing.h329 inline bool SkipExtraneousTag(protobuf::io::CodedInputStream* stream) { in SkipExtraneousTag() function
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc336 inline bool SkipExtraneousTag(protobuf::io::CodedInputStream* stream) { in SkipExtraneousTag() function
425 if (!SkipExtraneousTag(stream)) return false; in ParseExample()
2096 } else if (!SkipExtraneousTag(&stream)) { in ExtractFeaturesFromSequenceExamples()