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

Method ForwardWithCallback

source/tnn/core/instance.cc:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149#ifdef FORWARD_CALLBACK_ENABLE
150Status Instance::ForwardWithCallback(BlobStatisticCallback before, BlobStatisticCallback after) {
151 output_mats_convert_status_.clear();
152 return network_->ForwardWithCallback(before, after);
153}
154#endif // end of FORWARD_CALLBACK_ENABLE
155
156#ifdef GET_INTERP_ENABLE

Callers 6

InitFeatureMapMethod · 0.45
UpdateBlobRangeMethod · 0.45
UpdateBlobDistributeMethod · 0.45
GetCpuBlobDataMethod · 0.45
CompareDeviceAndCpuMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected