/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | resize_bilinear_test.cc | 108 const int depth = ExponentialRandomPositiveInt(0.9f, 6, 50); in TEST_P() 109 const int input_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() 110 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() 111 const int output_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() 112 const int output_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() 127 const int depth = ExponentialRandomPositiveInt(0.9f, 6, 50); in TEST_P() 128 const int input_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() 129 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() 152 const int depth = ExponentialRandomPositiveInt(0.9f, 6, 50); in TEST_P() 153 const int input_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() [all …]
|
H A D | softmax_quantized_test.cc | 177 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TryOneUniformSoftmax() 178 const int input_depth = ExponentialRandomPositiveInt(0.75f, 175, 500); in TryOneUniformSoftmax() 179 const int input_width = ExponentialRandomPositiveInt(0.8f, 20, 200); in TryOneUniformSoftmax() 180 const int input_height = ExponentialRandomPositiveInt(0.8f, 20, 200); in TryOneUniformSoftmax() 181 const int stride = ExponentialRandomPositiveInt(0.9f, 3, 8); in TryOneUniformSoftmax() 208 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TryOneSkyscraperSoftmax() 210 ? ExponentialRandomPositiveInt(0.75f, 40, 500) in TryOneSkyscraperSoftmax() 211 : ExponentialRandomPositiveInt(0.75f, 175, 500); in TryOneSkyscraperSoftmax() 212 const int input_width = ExponentialRandomPositiveInt(0.7f, 20, 200); in TryOneSkyscraperSoftmax() 213 const int input_height = ExponentialRandomPositiveInt(0.7f, 20, 200); in TryOneSkyscraperSoftmax() [all …]
|
H A D | logsoftmax_quantized_test.cc | 255 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TryOneUniformLogSoftmax() 256 const int input_depth = ExponentialRandomPositiveInt(0.75f, 175, 500); in TryOneUniformLogSoftmax() 257 const int input_width = ExponentialRandomPositiveInt(0.8f, 20, 200); in TryOneUniformLogSoftmax() 258 const int input_height = ExponentialRandomPositiveInt(0.8f, 20, 200); in TryOneUniformLogSoftmax() 259 const int stride = ExponentialRandomPositiveInt(0.9f, 3, 8); in TryOneUniformLogSoftmax() 286 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TryOneSkyscraperLogSoftmax() 288 ? ExponentialRandomPositiveInt(0.75f, 40, 500) in TryOneSkyscraperLogSoftmax() 289 : ExponentialRandomPositiveInt(0.75f, 175, 500); in TryOneSkyscraperLogSoftmax() 290 const int input_width = ExponentialRandomPositiveInt(0.7f, 20, 200); in TryOneSkyscraperLogSoftmax() 291 const int input_height = ExponentialRandomPositiveInt(0.7f, 20, 200); in TryOneSkyscraperLogSoftmax() [all …]
|
H A D | depthwiseconv_float_test.cc | 75 const int input_depth = ExponentialRandomPositiveInt(0.9f, 6, 50); in TryTestOneDepthwiseConv() 76 const int input_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TryTestOneDepthwiseConv() 77 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TryTestOneDepthwiseConv() 78 const int filter_width = ExponentialRandomPositiveInt(0.9f, 4, 10); in TryTestOneDepthwiseConv() 79 const int filter_height = ExponentialRandomPositiveInt(0.9f, 4, 10); in TryTestOneDepthwiseConv() 80 const int depth_multiplier = ExponentialRandomPositiveInt(0.8f, 6, 50); in TryTestOneDepthwiseConv() 81 const int stride = ExponentialRandomPositiveInt(0.9f, 3, 8); in TryTestOneDepthwiseConv()
|
H A D | depthwiseconv_quantized_test.cc | 957 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TryTestOneDepthwiseConv() 958 const int input_depth = ExponentialRandomPositiveInt(0.9f, 6, 50); in TryTestOneDepthwiseConv() 959 const int input_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TryTestOneDepthwiseConv() 960 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TryTestOneDepthwiseConv() 961 const int filter_width = ExponentialRandomPositiveInt(0.9f, 4, 10); in TryTestOneDepthwiseConv() 962 const int filter_height = ExponentialRandomPositiveInt(0.9f, 4, 10); in TryTestOneDepthwiseConv() 963 const int depth_multiplier = ExponentialRandomPositiveInt(0.8f, 6, 50); in TryTestOneDepthwiseConv() 964 const int stride = ExponentialRandomPositiveInt(0.9f, 3, 8); in TryTestOneDepthwiseConv() 979 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TryTestOneDepthwiseConv3x3Filter() 980 const int input_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in TryTestOneDepthwiseConv3x3Filter() [all …]
|
H A D | resize_nearest_neighbor_test.cc | 443 const int batch = ExponentialRandomPositiveInt(0.9f, 3, 20); in TEST() 444 const int depth = ExponentialRandomPositiveInt(0.9f, 6, 50); in TEST() 445 const int input_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST() 446 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST() 447 const int output_width = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST() 448 const int output_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST()
|
H A D | conv_per_channel_quantized_16x8_test.cc | 148 const int input_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in GenerateValidShapeConfigurations() 155 const int output_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in GenerateValidShapeConfigurations()
|
H A D | test_util.cc | 85 int ExponentialRandomPositiveInt(float percentile, int percentile_val, in ExponentialRandomPositiveInt() function
|
H A D | test_util.h | 52 int ExponentialRandomPositiveInt(float percentile, int percentile_val,
|
H A D | depthwiseconv_per_channel_quantized_16x8_test.cc | 148 const int input_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in GenerateValidShapeConfigurations()
|
H A D | depthwiseconv_per_channel_quantized_test.cc | 196 const int input_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in GenerateValidShapeConfigurations()
|