Searched refs:example_size (Results 1 – 1 of 1) sorted by relevance
1090 size_t example_size = end_indices[i] - end_indices[i - 1]; in FastParseExample() local1091 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() local1170 max_num_features = std::max(max_num_features, example_size); in FastParseExample()