Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ get
Method
get
source/shape/SizeComputer.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
SizeComputerSuite* SizeComputerSuite::get() {
37
return gInstance;
38
}
39
40
void SizeComputerSuite::insert(SizeComputer* t, OpType type) {
41
mRegistry[type] = t;
Callers
15
initConstTensors
Function · 0.45
_createTensor
Function · 0.45
initTensors
Function · 0.45
initPipelineInfosFromOps
Function · 0.45
setInputOutputForOps
Function · 0.45
onComputeSize
Method · 0.45
Java_com_taobao_android_mnn_MNNNetNative_nativeTensorGetUINT8Data
Function · 0.45
Java_com_taobao_android_mnn_MNNNetNative_nativeTensorGetIntData
Function · 0.45
Java_com_taobao_android_mnn_MNNNetNative_nativeTensorGetData
Function · 0.45
computeB
Function · 0.45
WinogradGenerater
Method · 0.45
transformWeight
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected