Searched defs:output_y_end (Results 1 – 10 of 10) sorted by relevance
/external/XNNPACK/test/ |
D | f32-conv-hwc.cc | 235 TEST(F32_CONV_3X3S2P1C3X8__NEONFMA_2X2, output_y_end) { in TEST() argument 237 for (size_t output_y_end = 2; output_y_end < 5; output_y_end++) { in TEST() local 516 TEST(F32_CONV_3X3S2P1C3X4__NEONFMA_2X2, output_y_end) { in TEST() argument 518 for (size_t output_y_end = 2; output_y_end < 5; output_y_end++) { in TEST() local 796 TEST(F32_CONV_3X3S2P1C3X4__SCALAR_1X1, output_y_end) { in TEST() argument 798 for (size_t output_y_end = 2; output_y_end < 5; output_y_end++) { in TEST() local 1060 TEST(F32_CONV_3X3S2P0P1C3X4__SCALAR_1X1, output_y_end) { in TEST() argument 1062 for (size_t output_y_end = 2; output_y_end < 5; output_y_end++) { in TEST() local
|
D | conv-hwc-microkernel-tester.h | 224 inline ConvHWCMicrokernelTester& output_y_end(uint32_t output_y_end) { in output_y_end() function 229 inline uint32_t output_y_end() const { in output_y_end() function
|
D | conv-hwc2spchw-microkernel-tester.h | 224 inline ConvHWC2SpCHWMicrokernelTester& output_y_end(uint32_t output_y_end) { in output_y_end() function 229 inline uint32_t output_y_end() const { in output_y_end() function
|
D | f32-conv-hwc2spchw.cc | 235 TEST(F32_CONV_HWC2SPCHW_3X3S2P1C3X4__NEONFMA_2X2, output_y_end) { in TEST() argument 237 for (size_t output_y_end = 2; output_y_end < 5; output_y_end++) { in TEST() local 473 TEST(F32_CONV_HWC2SPCHW_3X3S2P1C3X4__SCALAR_1X1, output_y_end) { in TEST() argument 474 for (size_t output_y_end = 2; output_y_end < 5; output_y_end++) { in TEST() local
|
/external/XNNPACK/src/f32-conv-hwc2spchw/ |
D | 3x3s2p1c3x4-neonfma-2x2.c | 18 size_t output_y_end, in xnn_f32_conv_hwc2spchw_ukernel_3x3s2p1c3x4__neonfma_2x2()
|
D | 3x3s2p1c3x4-scalar-1x1.c | 16 size_t output_y_end, in xnn_f32_conv_hwc2spchw_ukernel_3x3s2p1c3x4__scalar_1x1()
|
/external/XNNPACK/src/f32-conv-hwc/ |
D | 3x3s2p1c3x4-neonfma-2x2.c | 18 size_t output_y_end, in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__neonfma_2x2()
|
D | 3x3s2p1c3x8-neonfma-2x2.c | 18 size_t output_y_end, in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x8__neonfma_2x2()
|
D | 3x3s2p0p1c3x4-scalar-1x1.c | 16 size_t output_y_end, in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
|
D | 3x3s2p1c3x4-scalar-1x1.c | 16 size_t output_y_end, in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
|