MCPcopy 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
71void* Revert::getBuffer() const {
72 return reinterpret_cast<void*>(mBuffer.get());
73}
74
75const size_t Revert::getBufferSize() const {
76 return mBufferSize;

Callers 2

mainFunction · 0.45
doBenchFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected