Home | History | Annotate | Download | only in util

Lines Matching defs:push_back

136       bytes_list->push_back(std::move(bytes));
167 float_list->push_back(bit_cast<float>(buffer32));
176 float_list->push_back(bit_cast<float>(buffer32));
209 int64_list->push_back(static_cast<int64>(n));
218 int64_list->push_back(static_cast<int64>(n));
312 example->push_back(std::move(feature_map_entry));
454 // May return negative if there were push_back calls after slice was filled.
460 void push_back(T&& value) {
642 out.example_end_indices.push_back(out.int64_list.size());
654 out.example_end_indices.push_back(out.float_list.size());
666 out.example_end_indices.push_back(out.bytes_list.size());
699 out.example_end_indices.push_back(out.int64_list.size());
708 out.example_end_indices.push_back(out.float_list.size());
717 out.example_end_indices.push_back(out.bytes_list.size());
769 out.example_end_indices.push_back(prev_example_end_index);
778 out.example_end_indices.push_back(prev_example_end_index);
981 result->dense_values.push_back(std::move(fixed_dense_values[d]));