MCPcopy 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
913void Graph::SetTensorOwner(Tensor* tensor)
914{
915 owned_tensors_[tensor->GetName()] = tensor;
916}
917
918bool Graph::RemoveNodeOwner(Node* node)
919{

Callers 1

AddConstNodeToSubGraphFunction · 0.80

Calls 1

GetNameMethod · 0.80

Tested by

no test coverage detected