Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc1154 std::unordered_set<int64> missing_tensors; in Compute() local
1160 missing_tensors.emplace(batch_key); in Compute()
1163 if (missing_tensors.empty()) { in Compute()
1167 .emplace(batch_key, Batch{missing_tensors, context, done}) in Compute()
1172 for (const int64 i : missing_tensors) { in Compute()
1197 batch_it->second.missing_tensors.erase(batch_key); in Compute()
1200 if (batch_it->second.missing_tensors.empty()) { in Compute()
1218 std::unordered_set<int64> missing_tensors; member
/external/tensorflow/tensorflow/contrib/compiler/
Dxla.py725 missing_tensors = [
732 if missing_tensors:
737 '.' % missing_tensors)