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

Method SetAttr

core/lib/exec_context.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool ExecContext::SetAttr(const char* attr_name, const void* val, int val_size)
173{
174 set_tengine_errno(ENOTSUP);
175 return false;
176}
177
178bool ExecContext::GetAttr(const char* attr_name, void* val, int val_size)
179{

Callers 15

SetPluginMethod · 0.45
LoadPluginMethod · 0.45
AddGraphAttrFunction · 0.45
AddOperatorAttrFunction · 0.45
NodeAddParamGenericFunction · 0.45
AddOpAttrMethod · 0.45
create_graphFunction · 0.45
get_graph_input_nodeFunction · 0.45
get_graph_output_nodeFunction · 0.45
create_graph_nodeFunction · 0.45
get_graph_nodeFunction · 0.45
set_custom_kernelFunction · 0.45

Calls 1

set_tengine_errnoFunction · 0.85

Tested by

no test coverage detected