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

Method GetGraphAttr

executor/lib/generic_dev_executor.cpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
403}
404
405} // namespace TEngine

Callers 3

PrerunTaskMethod · 0.45
GetAttrMethod · 0.45
DevGetGraphAttrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected