Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetNodeInputWaitMask
Method
SetNodeInputWaitMask
executor/lib/graph_task.cpp:795–798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
void SubgraphTask::SetNodeInputWaitMask(Node* node, std::uint64_t wait_mask)
796
{
797
node->SetAttr(
"input_wait"
, wait_mask);
798
}
799
800
std::uint64_t SubgraphTask::GetNodeInputWaitMask(Node* node)
801
{
Callers
nothing calls this directly
Calls
1
SetAttr
Method · 0.45
Tested by
no test coverage detected