Home
last modified time | relevance | path

Searched refs:ready_tuples (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbarrier_ops.cc128 std::vector<Tuple> ready_tuples; in TryInsertMany() local
134 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() argument
401 ready_tuples->push_back(ready_tuple); in InsertOneLocked()