Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc63 constexpr uint8 kFixed32Tag(uint32 tag) { return (tag << 3) | 5; } in kFixed32Tag() function
156 if (peek_tag != kDelimitedTag(1) && peek_tag != kFixed32Tag(1)) { in ParseFloatList()
195 if (!stream.ExpectTag(kFixed32Tag(1))) return false; in ParseFloatList()
1645 } else if (peek_tag == kFixed32Tag(1)) { in ParseFloatFeature()
1648 if (!stream->ExpectTag(kFixed32Tag(1)) || in ParseFloatFeature()