MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / PendingDone

Method PendingDone

tensorflow/core/common_runtime/direct_session.cc:2421–2429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2419}
2420
2421bool DirectSession::RunState::PendingDone() const {
2422 for (const auto& it : pending_inputs) {
2423 if (!it.second) return false;
2424 }
2425 for (const auto& it : pending_outputs) {
2426 if (!it.second) return false;
2427 }
2428 return true;
2429}
2430
2431void DirectSession::WaitForNotification(RunState* run_state,
2432 CancellationManager* cm,

Callers 1

PRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected