Searched refs:missing_tensors (Results 1 – 1 of 1) sorted by relevance
824 std::unordered_set<int64> missing_tensors; in Compute() local830 missing_tensors.emplace(batch_key); in Compute()833 if (missing_tensors.empty()) { in Compute()837 .emplace(batch_key, Batch{missing_tensors, context, done}) in Compute()842 for (const int64 i : missing_tensors) { in Compute()867 batch_it->second.missing_tensors.erase(batch_key); in Compute()870 if (batch_it->second.missing_tensors.empty()) { in Compute()888 std::unordered_set<int64> missing_tensors; member