Home
last modified time | relevance | path

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

/third_party/mindspore/test/utils/
H A Dcommon.h39 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel);
H A Dmodel_utils.cpp119 PackNCHWToNHWCFp32(imageBuf, imageBufNhwc, shape[0], shape[1] * shape[2], shape[3]); in FillInputsData()
H A Dcommon.cpp414 void PackNCHWToNHWCFp32(const char *src, char *dst, int batch, int plane, int channel) { in PackNCHWToNHWCFp32() function
/third_party/mindspore/test/unittest/
H A Dmindspore_unit_test.cpp376 PackNCHWToNHWCFp32(imageBuf, imageBufNhwc, shape[0], shape[1] * shape[2], shape[3]); in HWTEST()

Completed in 8 milliseconds