MCPcopy Create free account
hub / github.com/Tencent/TNN / ShareCommandQueue

Method ShareCommandQueue

source/tnn/core/instance.cc:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136Status Instance::ShareCommandQueue(Instance *instance) {
137 return network_->ShareCommandQueue(instance->GetNetwork());
138}
139
140AbstractNetwork *Instance::GetNetwork() {
141 return network_.get();

Callers

nothing calls this directly

Calls 1

GetNetworkMethod · 0.80

Tested by

no test coverage detected