Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ AddTensorMap
Method
AddTensorMap
core/lib/graph.cpp:1166–1169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1164
}
1165
1166
void Graph::AddTensorMap(const std::string& tensor_name, Tensor* tensor)
1167
{
1168
tensor_map_[tensor_name] = tensor;
1169
}
1170
1171
Graph* Graph::GetViewCopy(void)
1172
{
Callers
1
MergeSubgraph
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected