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

Method GetNetwork

source/tnn/core/instance.cc:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140AbstractNetwork *Instance::GetNetwork() {
141 return network_.get();
142}
143
144Status Instance::Forward() {
145 output_mats_convert_status_.clear();

Callers 1

ShareCommandQueueMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected