Home
last modified time | relevance | path

Searched refs:shapeBufCnt (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() argument
24 if (copyLength > shapeBufCnt) { in ReadBlobDim()
25 copyLength = shapeBufCnt; in ReadBlobDim()