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

Method DevSetGraphAttr

executor/lib/node_dev_executor.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool NodeExecutor::DevSetGraphAttr(void* graph_handle, const char* name, const void* val, int size)
51{
52 return backend_dev_->SetGraphAttr(graph_handle, name, val, size);
53}
54
55bool NodeExecutor::DevGetGraphAttr(void* graph_handle, const char* name, void* val, int size)
56{

Callers

nothing calls this directly

Calls 1

SetGraphAttrMethod · 0.45

Tested by

no test coverage detected