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

Method DevGetGraphAttr

executor/lib/node_dev_executor.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool NodeExecutor::DevGetGraphAttr(void* graph_handle, const char* name, void* val, int size)
56{
57 return backend_dev_->GetGraphAttr(graph_handle, name, val, size);
58}
59
60bool NodeExecutor::DevGetProposal(Graph* graph, int policy, bool static_assign)
61{

Callers

nothing calls this directly

Calls 1

GetGraphAttrMethod · 0.45

Tested by

no test coverage detected