Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc906 std::vector<int64> batch_keys; in Compute() local
913 batch_keys.push_back(batch_indices(i, 0)); in Compute()
958 for (size_t i = 0; i < batch_keys.size(); ++i) { in Compute()
959 auto runs_it = waiting_callbacks_.find(batch_keys[i]); in Compute()
969 .emplace(batch_keys[i], in Compute()