Home
last modified time | relevance | path

Searched defs:DepthwiseConvTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Ddepthwise_conv_test.cc34 TEST(DepthwiseConvTest, O4H1W1I2Strides1x1Dilation1x1) { in TEST() argument
72 TEST(DepthwiseConvTest, O2H1W1I1Strides2x2Dilation1x1) { in TEST() argument
111 TEST(DepthwiseConvTest, O2H2W2I1Strides1x1Dilation2x2) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Ddepthwiseconv_quantized_test.cc1137 class DepthwiseConvTest : public ::testing::TestWithParam<TestParamTuple> {}; class
1139 TEST_P(DepthwiseConvTest, NeonDot3x3) { in TEST_P() argument