Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1936 uint32 feature_length; in FastParseSequenceExample() local
1938 !stream.ReadVarint32(&feature_length)) { in FastParseSequenceExample()
1943 if (feature_length > 2) { in FastParseSequenceExample()
1944 auto limit = stream.PushLimit(feature_length); in FastParseSequenceExample()
1967 } else if (feature_length == 2) { in FastParseSequenceExample()
1973 } else if (feature_length != 0) { in FastParseSequenceExample()
2257 uint32 feature_length; in FastParseSequenceExample() local
2259 !stream.ReadVarint32(&feature_length)) { in FastParseSequenceExample()
2264 auto limit = stream.PushLimit(feature_length); in FastParseSequenceExample()
2363 uint32 feature_length; in FastParseSequenceExample() local
[all …]