Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc260 inline bool SkipExtraneousTag(protobuf::io::CodedInputStream* stream) { in SkipExtraneousTag() function
349 if (!SkipExtraneousTag(stream)) return false; in ParseExample()
1855 } else if (!SkipExtraneousTag(&stream)) { in FastParseSequenceExample()