Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
const size_t Revert::getBufferSize() const {
76
return mBufferSize;
77
}
78
79
void Revert::writeExtraDescribeTensor(float* scale, float* offset) {
80
int opCounts = static_cast<int32_t>(mMNNNet->oplists.size());
Callers
2
main
Function · 0.80
doBench
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected