Searched refs:DepthwiseConvTest (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | depthwise_conv_test.cc | 33 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/ |
D | depthwiseconv_quantized_test.cc | 1137 class DepthwiseConvTest : public ::testing::TestWithParam<TestParamTuple> {}; class 1139 TEST_P(DepthwiseConvTest, NeonDot3x3) { in TEST_P() argument 1148 Neon3x3KernelAway, DepthwiseConvTest, 1163 Neon3x3KernelUpward, DepthwiseConvTest, 1178 Neon3x3KernelUpwardPerChannel, DepthwiseConvTest, 1196 GenericKernel, DepthwiseConvTest, 1212 GenericKernelPerChannel, DepthwiseConvTest, 1228 CModel, DepthwiseConvTest, 1244 Unwound, DepthwiseConvTest, 1264 Intrinsics, DepthwiseConvTest, [all …]
|