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

Method getBufferSize

tools/cpp/revertMNNModel.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75const size_t Revert::getBufferSize() const {
76 return mBufferSize;
77}
78
79void Revert::writeExtraDescribeTensor(float* scale, float* offset) {
80 int opCounts = static_cast<int32_t>(mMNNNet->oplists.size());

Callers 2

mainFunction · 0.80
doBenchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected