Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d_test.cc224 float* naive_output = (float*)libxsmm_aligned_scratch( in TEST_F() local
230 zero_buf(naive_output, nImg * nOfm * ofhp * ofwp); in TEST_F()
266 naive_conv_fp(&naive_param, naive_input, naive_output, naive_filter); in TEST_F()
276 naive_copy_NCHW_to_NHWC(naive_output, expected, nImg, ofhp, ofwp, nOfm); in TEST_F()
280 libxsmm_free(naive_output); in TEST_F()