Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.cc33 size_t example_size = end_indices[i] - end_indices[i - 1]; in CountSparseFeatures() local
34 *max_num_features = std::max(*max_num_features, example_size); in CountSparseFeatures()
Dparse_example.cc397 size_t example_size = end_indices[i] - end_indices[i - 1]; in CountSparseFeatures() local
398 *max_num_features = std::max(*max_num_features, example_size); in CountSparseFeatures()
547 size_t example_size = end_indices[i] - end_indices[i - 1]; in FastParseExampleLite() local
548 max_num_features = std::max(max_num_features, example_size); in FastParseExampleLite()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1083 size_t example_size = end_indices[i] - end_indices[i - 1]; in CountSparseFeatures() local
1084 *max_num_features = std::max(*max_num_features, example_size); in CountSparseFeatures()
1368 size_t example_size = end_indices[i] - end_indices[i - 1]; in FastParseExample() local
1369 max_num_features = std::max(max_num_features, example_size); in FastParseExample()