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

Method BailoutGetAttr

core/lib/graph_executor.cpp:707–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707bool GraphExecutor::BailoutGetAttr(const char* name, void* val, int size)
708{
709 return exec_engine_->GetGraphAttr(exec_handle_, name, val, size);
710}
711
712void GraphExecutor::InitAttrIO(void)
713{

Callers

nothing calls this directly

Calls 1

GetGraphAttrMethod · 0.45

Tested by

no test coverage detected