Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ ReleaseExecHandle
Method
ReleaseExecHandle
core/lib/graph_executor.cpp:583–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
}
582
583
void GraphExecutor::ReleaseExecHandle(void)
584
{
585
exec_engine_->RemoveGraphExecutor(exec_handle_);
586
}
587
588
Graph* GraphExecutor::GetOptimizedGraph(void)
589
{
Callers
nothing calls this directly
Calls
1
RemoveGraphExecutor
Method · 0.80
Tested by
no test coverage detected