MCPcopy 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
795void SubgraphTask::SetNodeInputWaitMask(Node* node, std::uint64_t wait_mask)
796{
797 node->SetAttr("input_wait", wait_mask);
798}
799
800std::uint64_t SubgraphTask::GetNodeInputWaitMask(Node* node)
801{

Callers

nothing calls this directly

Calls 1

SetAttrMethod · 0.45

Tested by

no test coverage detected