Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dresize_bilinear_test.cc108 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 Dsoftmax_quantized_test.cc177 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 Dlogsoftmax_quantized_test.cc255 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 Ddepthwiseconv_float_test.cc75 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 Ddepthwiseconv_quantized_test.cc957 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 Dresize_nearest_neighbor_test.cc443 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 Dconv_per_channel_quantized_16x8_test.cc148 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 Dtest_util.cc85 int ExponentialRandomPositiveInt(float percentile, int percentile_val, in ExponentialRandomPositiveInt() function
H A Dtest_util.h52 int ExponentialRandomPositiveInt(float percentile, int percentile_val,
H A Ddepthwiseconv_per_channel_quantized_16x8_test.cc148 const int input_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in GenerateValidShapeConfigurations()
H A Ddepthwiseconv_per_channel_quantized_test.cc196 const int input_depth = 8 * ExponentialRandomPositiveInt(0.9f, 10, 50); in GenerateValidShapeConfigurations()