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

Method GetNodeInputWaitCounter

executor/lib/graph_task.cpp:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807std::atomic<std::uint64_t>* SubgraphTask::GetNodeInputWaitCounter(Node* node)
808{
809 return any_cast<std::atomic<std::uint64_t>*>(node->GetAttr("input_wait_counter"));
810}
811
812void SubgraphTask::CreateNodeInputWaitCounter(Node* node)
813{

Callers

nothing calls this directly

Calls 1

GetAttrMethod · 0.45

Tested by

no test coverage detected