Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ SetTensorOwner
Method
SetTensorOwner
core/lib/graph.cpp:913–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
911
}
912
913
void Graph::SetTensorOwner(Tensor* tensor)
914
{
915
owned_tensors_[tensor->GetName()] = tensor;
916
}
917
918
bool Graph::RemoveNodeOwner(Node* node)
919
{
Callers
1
AddConstNodeToSubGraph
Function · 0.80
Calls
1
GetName
Method · 0.80
Tested by
no test coverage detected