Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
bool 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
GetHandler
Method · 0.45
DumpPlugin
Method · 0.45
NodeAddParamGeneric
Function · 0.45
NodeGetParamGeneric
Function · 0.45
NodeSetParamGeneric
Function · 0.45
GetOpAttr
Method · 0.45
destroy_graph
Function · 0.45
set_custom_kernel
Function · 0.45
remove_custom_kernel
Function · 0.45
set_node_device
Function · 0.45
get_node_device
Function · 0.45
do_node_dump
Function · 0.45
Calls
1
set_tengine_errno
Function · 0.85
Tested by
no test coverage detected