Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d_test.cc51 LIBXSMM_INLINE void naive_copy_NCHW_to_NHWC(const float* nchw, Tensor& nhwc, in naive_copy_NCHW_to_NHWC() function
237 naive_copy_NCHW_to_NHWC(naive_input, image, nImg, ifhp, ifwp, nIfm); in TEST_F()
276 naive_copy_NCHW_to_NHWC(naive_output, expected, nImg, ofhp, ofwp, nOfm); in TEST_F()