Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc60 enum class ParamsSpecialization { enum
830 ParamsSpecialization params_specialization, int batch, in TryTestDepthwiseConv()
905 EXPECT_TRUE(params_specialization == ParamsSpecialization::kSymmetric); in TryTestDepthwiseConv()
930 if (params_specialization != ParamsSpecialization::kSymmetric) { in TryTestDepthwiseConv()
951 ParamsSpecialization params_specialization) { in TryTestOneDepthwiseConv()
978 const TestParam& test_param, ParamsSpecialization params_specialization) { in TryTestOneDepthwiseConv3x3Filter()
1020 ParamsSpecialization params_specialization) { in TryTestOneNeonDot3x3()
1059 while (!TryTestOneDepthwiseConv(test_param, ParamsSpecialization::kNone)) { in TestOneDepthwiseConv()
1070 ParamsSpecialization::kNone)) { in TestOneDepthwiseConv3x3Filter()
1087 while (!TryTestOneNeonDot3x3(test_param, ParamsSpecialization::kSymmetric)) { in TestOneNeonDot3x3()