/external/libvpx/libvpx/test/ |
D | sad_test.cc | 206 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anon3614a8530111::SADTestBase 334 FillRandom(source_data_, source_stride_); in TEST_P() 335 FillRandom(reference_data_, reference_stride_); in TEST_P() 345 FillRandom(source_data_, source_stride_); in TEST_P() 346 FillRandom(reference_data_, reference_stride_); in TEST_P() 354 FillRandom(source_data_, source_stride_); in TEST_P() 355 FillRandom(reference_data_, reference_stride_); in TEST_P() 362 FillRandom(source_data_, source_stride_); in TEST_P() 387 FillRandom(source_data_, source_stride_); in TEST_P() 388 FillRandom(reference_data_, reference_stride_); in TEST_P() [all …]
|
D | consistency_test.cc | 81 void FillRandom(uint8_t *data, int stride, int width, int height) { in FillRandom() function in __anona707928d0111::ConsistencyTestBase 89 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anona707928d0111::ConsistencyTestBase 90 FillRandom(data, stride, width_, height_); in FillRandom() 154 FillRandom(source_data_[0], source_stride_); in TEST_P() 168 FillRandom(source_data_[0], source_stride_); in TEST_P() 169 FillRandom(source_data_[1], source_stride_); in TEST_P() 170 FillRandom(reference_data_[0], reference_stride_); in TEST_P() 171 FillRandom(reference_data_[1], reference_stride_); in TEST_P() 184 FillRandom(source_data_[0], source_stride_); in TEST_P()
|
D | avg_test.cc | 84 void FillRandom() { in FillRandom() function in __anon87e324790111::AverageTestBase 254 virtual void FillRandom() = 0; 274 virtual void FillRandom() { in FillRandom() function in __anon87e324790111::SatdLowbdTest 313 void FillRandom() { in FillRandom() function in __anon87e324790111::BlockErrorTestFP 355 FillRandom(); in TEST_P() 375 FillRandom(); in TEST_P() 392 FillRandom(); in TEST_P() 407 FillRandom(); in TEST_P() 436 FillRandom(); in TEST_P() 444 FillRandom(); in TEST_P() [all …]
|
D | blockiness_test.cc | 78 void FillRandom(uint8_t *data, int stride, int width, int height) { in FillRandom() function in __anon5debfc480111::BlockinessTestBase 86 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anon5debfc480111::BlockinessTestBase 87 FillRandom(data, stride, width_, height_); in FillRandom() 93 FillRandom(data + h * stride + w, stride, 4, 4); in FillRandomBlocky()
|
/external/libaom/libaom/test/ |
D | sad_test.cc | 277 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anon5df2d0310111::SADTestBase 526 FillRandom(source_data_, source_stride_); in TEST_P() 527 FillRandom(reference_data_, reference_stride_); in TEST_P() 537 FillRandom(source_data_, source_stride_); in TEST_P() 538 FillRandom(reference_data_, reference_stride_); in TEST_P() 548 FillRandom(source_data_, source_stride_); in TEST_P() 549 FillRandom(reference_data_, reference_stride_); in TEST_P() 561 FillRandom(source_data_, source_stride_); in TEST_P() 562 FillRandom(reference_data_, reference_stride_); in TEST_P() 584 FillRandom(source_data_, source_stride_); in TEST_P() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | test_util.h | 60 void FillRandom(std::vector<float>* vec, float min, float max); 64 void FillRandom(std::vector<T>* vec, T min, T max) { in FillRandom() function 72 void FillRandom(std::vector<T>* vec) { in FillRandom() function 73 FillRandom(vec, std::numeric_limits<T>::min(), std::numeric_limits<T>::max()); in FillRandom() 77 void FillRandom(typename std::vector<T>::iterator begin_it, in FillRandom() function 95 FillRandom(base_it, left_it, std::numeric_limits<T>::min(), sides_max); in FillRandomSkyscraper() 96 FillRandom(left_it, right_it, middle_min, std::numeric_limits<T>::max()); in FillRandomSkyscraper() 97 FillRandom(right_it, base_it + depth, std::numeric_limits<T>::min(), in FillRandomSkyscraper()
|
D | depthwiseconv_float_test.cc | 124 FillRandom(&input_data, -input_amplitude, input_amplitude); in TryTestOneDepthwiseConv() 125 FillRandom(&filter_data, -filter_amplitude, filter_amplitude); in TryTestOneDepthwiseConv() 126 FillRandom(&bias_data, -bias_amplitude, bias_amplitude); in TryTestOneDepthwiseConv()
|
D | test_util.cc | 106 void FillRandom(std::vector<float>* vec, float min, float max) { in FillRandom() function
|
D | resize_bilinear_test.cc | 46 FillRandom(&input_data, min_amplitude, max_amplitude); in TestOneResizeBilinear()
|
D | depthwiseconv_quantized_test.cc | 538 FillRandom(&input_data); in TryTestDepthwiseConv() 539 FillRandom(&filter_data); in TryTestDepthwiseConv() 540 FillRandom(&bias_data, -10000, 10000); in TryTestDepthwiseConv()
|
D | softmax_quantized_test.cc | 167 FillRandom(&input_data); in TryOneUniformSoftmax()
|
D | resize_nearest_neighbor_test.cc | 162 FillRandom(&input_data, static_cast<uint8>(0), static_cast<uint8>(255)); in TestOptimizedResizeNearestNeighbor()
|
D | logsoftmax_quantized_test.cc | 263 FillRandom(&input_data); in TryOneUniformLogSoftmax()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_window_test.cc | 170 input_array.FillRandom(2.f, 2.f); in TEST_P() 185 input_array.FillRandom(2.f, 2.f); in TEST_P() 199 input_array.FillRandom(2.f, 2.f); in TEST_P() 238 input_array.FillRandom(2.f, 2.f); in TEST_P() 263 input_array.FillRandom(2.f, 4.f); in TEST_P() 341 input_array.FillRandom(2.f, 2.f); in TEST_P() 399 input_array.FillRandom(2.0f); in XLA_TEST_P() 420 input_array.FillRandom(2.0f); in XLA_TEST_P() 441 input_array.FillRandom(2.0f); in XLA_TEST_P() 462 input_array.FillRandom(2.0f); in TEST_P()
|
D | reduce_test.cc | 178 input_data.FillRandom(0, 1); in RunR2ToR1PredTest() 211 input_data.FillRandom(3.14f, 0.04); in RunR2ToR0Test() 238 input_data.FillRandom(3.14f, 0.04); in RunR2ToR1Test() 449 input_data.FillRandom(3.14f, 0.04); in XLA_TEST_F() 480 input_data.FillRandom(3.14f, 0.04); in XLA_TEST_F() 527 input_data.FillRandom(3.14f, 0.04); in XLA_TEST_F() 589 input.FillRandom(214.0f); in XLA_TEST_F() 604 input.FillRandom(214.0f); in XLA_TEST_F() 995 input_data.FillRandom(3.0f); in XLA_TEST_F()
|
D | batch_normalization_test.cc | 454 input_array.FillRandom(GetParam().random_value_var, in XLA_TEST_P() 555 input_array.FillRandom(GetParam().random_value_var, in XLA_TEST_P() 663 input_array.FillRandom(GetParam().random_value_var, in XLA_TEST_P() 667 grad_output_array.FillRandom(GetParam().random_value_var, in XLA_TEST_P()
|
D | triangular_solve_test.cc | 451 avals.FillRandom(1.0); in XLA_TEST_P() 459 bvals.FillRandom(1.0); in XLA_TEST_P()
|
D | select_and_scatter_test.cc | 75 o.FillRandom(1.5f); in XLA_TEST_P() 80 s.FillRandom(12.0f); in XLA_TEST_P()
|
D | slice_test.cc | 160 values.FillRandom(3.14f); in TEST_F() 191 values.FillRandom(3.14f); in XLA_TEST_F()
|
D | broadcast_simple_test.cc | 62 r3_array->FillRandom(start, end, seed); in MakeR3Data() 76 r2_array->FillRandom(start, end, seed); in MakeR2Data()
|
D | broadcast_test.cc | 270 input_vals.FillRandom(1.0); in TEST_F()
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 4904 void FillRandom(CacheLineAlignedBuffer<DataType>* buffer) { in FillRandom() function 4974 FillRandom(&lhs); in test_kernel() 4975 FillRandom(&rhs); in test_kernel() 4976 FillRandom(&accum_initial); in test_kernel()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | svd_test.cc | 127 result.FillRandom(10 /* stddev */, 2 /* mean */); in GenerateRandomMatrix()
|
D | self_adjoint_eig_test.cc | 130 result.FillRandom(10 /* stddev */, 2 /* mean */, 12346 /* seed */); in GenerateRandomSymmetricMatrix()
|
D | quantize_test.cc | 48 input.FillRandom(6, 128); in GenerateLargeSizeInput()
|