MCPcopy Create free account
hub / github.com/alibaba/MNN / onResize

Method onResize

source/backend/cpu/compute/DenseConvolutionTiledExecutor.cpp:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return code;
99}
100ErrorCode DenseConvolutionTiledExecutor::onResize(const std::vector<Tensor *> &inputs, const std::vector<Tensor *> &outputs) {
101 mInputs = {inputs[0], mResource->mWeight.get(), mResource->mBias.get()};
102 auto code = mProxy->onResize(mInputs, outputs);
103 if (NO_ERROR != code) {
104 return code;
105 }
106 return NO_ERROR;
107}
108
109ErrorCode ConvolutionTiledExecutorMultiInput::onExecute(const std::vector<Tensor*>& inputs,
110 const std::vector<Tensor*>& outputs) {

Callers

nothing calls this directly

Calls 15

backendFunction · 0.85
functionsMethod · 0.80
onAcquireBufferMethod · 0.80
onReleaseBufferMethod · 0.80
threadNumberMethod · 0.80
getBufferAllocatorMethod · 0.80
invalidMethod · 0.80
computeDivideSizesMethod · 0.80
maxFunction · 0.50
getMethod · 0.45
resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected