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

Method GetAttr

core/lib/exec_context.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool ExecContext::GetAttr(const char* attr_name, void* val, int val_size)
179{
180 set_tengine_errno(ENOTSUP);
181 return false;
182}
183
184} // namespace TEngine

Callers 15

GetHandlerMethod · 0.45
DumpPluginMethod · 0.45
NodeAddParamGenericFunction · 0.45
NodeGetParamGenericFunction · 0.45
NodeSetParamGenericFunction · 0.45
GetOpAttrMethod · 0.45
destroy_graphFunction · 0.45
set_custom_kernelFunction · 0.45
remove_custom_kernelFunction · 0.45
set_node_deviceFunction · 0.45
get_node_deviceFunction · 0.45
do_node_dumpFunction · 0.45

Calls 1

set_tengine_errnoFunction · 0.85

Tested by

no test coverage detected