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

Method SetGraphAttr

executor/lib/generic_dev_executor.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396bool GenericDevExecutor::SetGraphAttr(SubgraphTask* task, const char* name, const void* val, int size)
397{
398 return DevSetGraphAttr(task->graph_handle, name, val, size);
399}
400bool GenericDevExecutor::GetGraphAttr(SubgraphTask* task, const char* name, void* val, int size)
401{
402 return DevGetGraphAttr(task->graph_handle, name, val, size);

Callers 2

SetAttrMethod · 0.45
DevSetGraphAttrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected