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

Function MNNMemoryAllocAlignZeroAlign

source/core/ConvolutionCommon.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace IDSTDecoder {
20
21static inline void *MNNMemoryAllocAlignZeroAlign(size_t size) {
22 return MNNMemoryCallocAlign(size, MNN_MEMORY_ALIGN_DEFAULT);
23}
24
25static int ReadBlobDim(BaseLoader* myfile, unsigned int* shape, int shapeBufCnt, bool useInt32) {
26 uint8_t uSize = 0;

Callers 2

ReadQuanData_cFunction · 0.85
ReadSparseQuanData_cFunction · 0.85

Calls 1

MNNMemoryCallocAlignFunction · 0.85

Tested by

no test coverage detected