Searched refs:example_size (Results 1 – 3 of 3) sorted by relevance
33 size_t example_size = end_indices[i] - end_indices[i - 1]; in CountSparseFeatures() local34 *max_num_features = std::max(*max_num_features, example_size); in CountSparseFeatures()
397 size_t example_size = end_indices[i] - end_indices[i - 1]; in CountSparseFeatures() local398 *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() local548 max_num_features = std::max(max_num_features, example_size); in FastParseExampleLite()
1083 size_t example_size = end_indices[i] - end_indices[i - 1]; in CountSparseFeatures() local1084 *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() local1369 max_num_features = std::max(max_num_features, example_size); in FastParseExample()