Home
last modified time | relevance | path

Searched refs:PackNCHWToNHWCFp32 (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.h53 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel);
H A Dohos_common.cpp432 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel) { in PackNCHWToNHWCFp32() function
H A Dohos_c_api_test_mslite.cpp242 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