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

Method GetNodeInputWaitMask

executor/lib/graph_task.cpp:800–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800std::uint64_t SubgraphTask::GetNodeInputWaitMask(Node* node)
801{
802 if(!node->ExistAttr("input_wait"))
803 return 0;
804 return any_cast<std::uint64_t>(node->GetAttr("input_wait"));
805}
806
807std::atomic<std::uint64_t>* SubgraphTask::GetNodeInputWaitCounter(Node* node)
808{

Callers

nothing calls this directly

Calls 2

ExistAttrMethod · 0.45
GetAttrMethod · 0.45

Tested by

no test coverage detected