Home
last modified time | relevance | path

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

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