Searched refs:example_end_indices (Results 1 – 1 of 1) sorted by relevance
460 std::vector<size_t> example_end_indices; member695 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()707 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()719 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()733 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample()735 output_stats->feature_values_count += out.example_end_indices[0]; in FastParseSerializedExample()738 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()739 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()769 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()778 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()[all …]