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

Method BailoutSetAttr

core/lib/graph_executor.cpp:702–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702bool GraphExecutor::BailoutSetAttr(const char* name, const void* val, int size)
703{
704 return exec_engine_->SetGraphAttr(exec_handle_, name, val, size);
705}
706
707bool GraphExecutor::BailoutGetAttr(const char* name, void* val, int size)
708{

Callers

nothing calls this directly

Calls 1

SetGraphAttrMethod · 0.45

Tested by

no test coverage detected