Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1090 size_t example_size = end_indices[i] - end_indices[i - 1]; in FastParseExample() local
1091 max_num_features = std::max(max_num_features, example_size); in FastParseExample()
1169 size_t example_size = end_indices[i] - end_indices[i - 1]; in FastParseExample() local
1170 max_num_features = std::max(max_num_features, example_size); in FastParseExample()