Searched refs:params_specialization (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 830 ParamsSpecialization params_specialization, int batch, in TryTestDepthwiseConv() argument 905 EXPECT_TRUE(params_specialization == ParamsSpecialization::kSymmetric); in TryTestDepthwiseConv() 930 if (params_specialization != ParamsSpecialization::kSymmetric) { in TryTestDepthwiseConv() 951 ParamsSpecialization params_specialization) { in TryTestOneDepthwiseConv() argument 971 test_param, params_specialization, batch, input_depth, input_width, in TryTestOneDepthwiseConv() 978 const TestParam& test_param, ParamsSpecialization params_specialization) { in TryTestOneDepthwiseConv3x3Filter() argument 1013 test_param, params_specialization, batch, input_depth, input_width, in TryTestOneDepthwiseConv3x3Filter() 1020 ParamsSpecialization params_specialization) { in TryTestOneNeonDot3x3() argument 1049 test_param, params_specialization, batch, input_depth, input_width, in TryTestOneNeonDot3x3()
|