Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
754
const Runtime* CPUBackend::getRuntime() {
755
return mRuntime;
756
}
757
758
bool CPUBackend::onClearBuffer() {
759
if (nullptr != mRuntime->mStaticAllocatorRaw.get()) {
Callers
14
CPULinearAttention
Method · 0.45
onResize
Method · 0.45
CPUAttention
Method · 0.45
makeResource
Method · 0.45
onCreate
Method · 0.45
KleidiAIConvolution
Method · 0.45
bestWinogradUnit
Method · 0.45
_createUnit
Function · 0.45
onResize
Method · 0.45
DenseConvInt8TiledExecutor
Method · 0.45
onResize
Method · 0.45
onExecute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected