Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1826 std::vector<bool> protos_present; member
2133 feature.protos_present[d] = true; in ExtractFeaturesFromSequenceExamples()
2311 if (!feature.protos_present[e]) { in ParseContextDenseFeatures()
2542 if (!feature.protos_present[e]) { in ParseSequenceDenseFeatures()
2936 feature.protos_present.resize(num_examples); in FastParseSequenceExample()
2949 feature.protos_present.resize(num_examples); in FastParseSequenceExample()
2970 feature.protos_present.resize(num_examples); in FastParseSequenceExample()
2984 feature.protos_present.resize(num_examples); in FastParseSequenceExample()
2997 feature.protos_present.resize(num_examples); in FastParseSequenceExample()
3009 feature.protos_present.resize(num_examples); in FastParseSequenceExample()
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h438 std::vector<bool> protos_present; member