Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc1192 auto batch_it = available_batches_.find(desire_it->second); in Compute() local
1194 if (batch_it == available_batches_.end()) { in Compute()
1197 batch_it->second.missing_tensors.erase(batch_key); in Compute()
1200 if (batch_it->second.missing_tensors.empty()) { in Compute()
1202 OutputBatch(batch_it->second.context, batch_it->second.done)); in Compute()
1203 available_batches_.erase(batch_it); in Compute()