Searched refs:available_batches_ (Results 1 – 1 of 1) sorted by relevance
1166 if (!available_batches_ in Compute()1192 auto batch_it = available_batches_.find(desire_it->second); in Compute()1194 if (batch_it == available_batches_.end()) { in Compute()1203 available_batches_.erase(batch_it); in Compute()1228 std::unordered_map<int64, Batch> available_batches_; member in tensorflow::UnbatchGradResource