Home
last modified time | relevance | path

Searched refs:ReadBlobDim (Results 1 – 1 of 1) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/core/
H A DConvolutionCommon.cpp16 static int ReadBlobDim(unsigned char *&myfile, unsigned short *shape, int shapeBufCnt) { in ReadBlobDim() function
189 uint32_t shapeDim = (uint32_t)ReadBlobDim(s, shape, 64); in ReadQuanData_c()
265 int ShapeDim = ReadBlobDim(myfile, shape, 64); in ReadSparseQuanData_c()