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

Method getRuntime

source/backend/cpu/CPUBackend.cpp:754–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752 return exe;
753}
754const Runtime* CPUBackend::getRuntime() {
755 return mRuntime;
756}
757
758bool CPUBackend::onClearBuffer() {
759 if (nullptr != mRuntime->mStaticAllocatorRaw.get()) {

Callers 14

CPULinearAttentionMethod · 0.45
onResizeMethod · 0.45
CPUAttentionMethod · 0.45
makeResourceMethod · 0.45
onCreateMethod · 0.45
KleidiAIConvolutionMethod · 0.45
bestWinogradUnitMethod · 0.45
_createUnitFunction · 0.45
onResizeMethod · 0.45
onResizeMethod · 0.45
onExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected