MCPcopy 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
1166void Graph::AddTensorMap(const std::string& tensor_name, Tensor* tensor)
1167{
1168 tensor_map_[tensor_name] = tensor;
1169}
1170
1171Graph* Graph::GetViewCopy(void)
1172{

Callers 1

MergeSubgraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected