Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h108 constexpr uint8 kFixed32Tag(uint32 tag) { return (tag << 3) | 5; } in kFixed32Tag() function
213 if (peek_tag != kDelimitedTag(1) && peek_tag != kFixed32Tag(1)) { in ParseFloatList()
264 if (!stream.ExpectTag(kFixed32Tag(1))) return false; in ParseFloatList()
529 } else if (peek_tag == kFixed32Tag(1)) { in ParseFloatFeature()
532 if (!stream->ExpectTag(kFixed32Tag(1)) || in ParseFloatFeature()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc114 constexpr uint8 kFixed32Tag(uint32 tag) { return (tag << 3) | 5; } in kFixed32Tag() function
219 if (peek_tag != kDelimitedTag(1) && peek_tag != kFixed32Tag(1)) { in ParseFloatList()
270 if (!stream.ExpectTag(kFixed32Tag(1))) return false; in ParseFloatList()
1919 } else if (peek_tag == kFixed32Tag(1)) { in ParseFloatFeature()
1922 if (!stream->ExpectTag(kFixed32Tag(1)) || in ParseFloatFeature()