Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ OnUnbind
Method
OnUnbind
executor/include/node_ops.hpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
return true;
105
}
106
virtual bool OnUnbind(Node*)
107
{
108
return true;
109
}
110
virtual bool Prerun(Node*)
111
{
112
return true;
Callers
1
UnbindNodeOps
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected