Searched refs:ready_tuples (Results 1 – 1 of 1) sorted by relevance
128 std::vector<Tuple> ready_tuples; in TryInsertMany() local134 component_index, i, &ready_tuples, in TryInsertMany()150 if (ready_tuples.empty()) { in TryInsertMany()160 int insertion_size = ready_tuples.size(); in TryInsertMany()162 TensorShape component_shape(ready_tuples[0][i].shape()); in TryInsertMany()164 Tensor component(ready_tuples[0][i].dtype(), component_shape); in TryInsertMany()168 batch_util::CopyElementToSlice(std::move(ready_tuples[b][i]), in TryInsertMany()309 std::vector<Tuple>* ready_tuples, bool* new_elements) in InsertOneLocked() argument401 ready_tuples->push_back(ready_tuple); in InsertOneLocked()