Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ getBuffer
Method
getBuffer
tools/cpp/revertMNNModel.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void* Revert::getBuffer() const {
72
return reinterpret_cast<void*>(mBuffer.get());
73
}
74
75
const size_t Revert::getBufferSize() const {
76
return mBufferSize;
Callers
2
main
Function · 0.45
doBench
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected