Home
last modified time | relevance | path

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

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