Searched refs:PackNCHWToNHWCFp32 (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
D | ohos_common.h | 53 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel);
|
D | ohos_common.cpp | 413 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel) { in PackNCHWToNHWCFp32() function
|
D | ohos_c_api_test_mslite.cpp | 242 PackNCHWToNHWCFp32(imageBuf, imageBuf_nhwc, shape[0], shape[1] * shape[2], shape[3]); in FillInputsData() 2190 PackNCHWToNHWCFp32(imageBuf, imageBuf_nhwc, shape[0], shape[1] * shape[2], shape[3]);
|