Searched refs:example_end_indices (Results 1 – 4 of 4) sorted by relevance
88 const auto& end_indices = buffer.example_end_indices; in FillAndCopyVarLen()257 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()269 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()281 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()309 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()318 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()327 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()376 out.example_end_indices.empty() ? 0 : out.example_end_indices.back(); in FastParseSerializedExample()377 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()384 out.example_end_indices.empty() ? 0 : out.example_end_indices.back(); in FastParseSerializedExample()[all …]
29 sparse_values_tmp[d].example_end_indices; in CountSparseFeatures()
385 std::vector<size_t> example_end_indices; member
539 std::vector<size_t> example_end_indices; member742 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()754 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()766 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()780 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample()782 output_stats->feature_values_count += out.example_end_indices[0]; in FastParseSerializedExample()785 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()786 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()821 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()830 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()[all …]