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

Function MNNGetCoreFunctions

source/backend/cpu/compute/CommonOptFunction.cpp:4848–4850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4846 MNNFunctionInit();
4847}
4848CoreFunctions* MNNGetCoreFunctions() {
4849 return gCoreFunction;
4850}
4851}; // namespace MNN
4852
4853void MNNUnpackC4Origin(float* dst, const float* src, size_t area, size_t depth, int areaOffset) {

Callers 15

ImageProcessMethod · 0.85
_selectUnitProcFunction · 0.85
onCreateMethod · 0.85
onGetRuntimeStatusMethod · 0.85
CPUBackendMethod · 0.85
_softmaxCommonMethod · 0.85
convertMethod · 0.85
MNNFunctionInitFunction · 0.85
MNNInt8FunctionInitFunction · 0.85
initMethod · 0.85
onCopyBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected