MCPcopy 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
908void Graph::SetNodeOwner(Node* node)
909{
910 owned_nodes_.push_back(node);
911}
912
913void Graph::SetTensorOwner(Tensor* tensor)
914{

Callers 5

AddConstNodeToSubGraphFunction · 0.80
GraphFuseBNScaleFunction · 0.80
GraphFuseRelu6Function · 0.80
GraphFuseConvBNFunction · 0.80
GraphFuseConvReLuCommonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected