Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h220 uint32 packed_length; in ParseFloatList() local
221 if (!stream.ReadVarint32(&packed_length)) return false; in ParseFloatList()
222 auto packed_limit = stream.PushLimit(packed_length); in ParseFloatList()
227 float_list->resize(initial_size + packed_length / kNumFloatBytes); in ParseFloatList()
239 packed_length); in ParseFloatList()
294 uint32 packed_length; in ParseInt64List() local
295 if (!stream.ReadVarint32(&packed_length)) return false; in ParseInt64List()
296 auto packed_limit = stream.PushLimit(packed_length); in ParseInt64List()
512 uint32 packed_length; in ParseFloatFeature() local
514 !stream->ReadVarint32(&packed_length)) { in ParseFloatFeature()
[all …]
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc226 uint32 packed_length; in ParseFloatList() local
227 if (!stream.ReadVarint32(&packed_length)) return false; in ParseFloatList()
228 auto packed_limit = stream.PushLimit(packed_length); in ParseFloatList()
233 float_list->resize(initial_size + packed_length / kNumFloatBytes); in ParseFloatList()
245 packed_length); in ParseFloatList()
300 uint32 packed_length; in ParseInt64List() local
301 if (!stream.ReadVarint32(&packed_length)) return false; in ParseInt64List()
302 auto packed_limit = stream.PushLimit(packed_length); in ParseInt64List()
1902 uint32 packed_length; in ParseFloatFeature() local
1904 !stream->ReadVarint32(&packed_length)) { in ParseFloatFeature()
[all …]