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