Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetName
Method
SetName
executor/include/device_driver.hpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
return name_;
88
}
89
void SetName(const std::string& name)
90
{
91
name_ = name;
92
}
93
bool AutoProbe(void)
94
{
95
return auto_probe_;
Callers
2
AddConstNodeToSubGraph
Function · 0.45
LoadDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected