MCPcopy Create free account
hub / github.com/OAID/Tengine / OnInputNodeReady

Method OnInputNodeReady

executor/lib/graph_task.cpp:786–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void SubgraphTask::OnInputNodeReady(Node* node, bool sync_mode)
787{
788 if(input_wait_count_.fetch_sub(1) == 1 && !sync_mode)
789 {
790 // all input nodes are ready
791 graph_task->RunSubgraphTask(this);
792 }
793}
794
795void SubgraphTask::SetNodeInputWaitMask(Node* node, std::uint64_t wait_mask)
796{

Callers

nothing calls this directly

Calls 1

RunSubgraphTaskMethod · 0.80

Tested by

no test coverage detected