Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetNodeOwner
Method
SetNodeOwner
core/lib/graph.cpp:908–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
906
}
907
908
void Graph::SetNodeOwner(Node* node)
909
{
910
owned_nodes_.push_back(node);
911
}
912
913
void Graph::SetTensorOwner(Tensor* tensor)
914
{
Callers
5
AddConstNodeToSubGraph
Function · 0.80
GraphFuseBNScale
Function · 0.80
GraphFuseRelu6
Function · 0.80
GraphFuseConvBN
Function · 0.80
GraphFuseConvReLuCommon
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected