Home
last modified time | relevance | path

Searched refs:FillRandom (Results 1 – 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/test/
Dsad_test.cc206 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 …]
Dconsistency_test.cc81 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()
Davg_test.cc84 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 …]
Dblockiness_test.cc78 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/
Dsad_test.cc277 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/
Dtest_util.h60 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()
Ddepthwiseconv_float_test.cc124 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()
Dtest_util.cc106 void FillRandom(std::vector<float>* vec, float min, float max) { in FillRandom() function
Dresize_bilinear_test.cc46 FillRandom(&input_data, min_amplitude, max_amplitude); in TestOneResizeBilinear()
Ddepthwiseconv_quantized_test.cc538 FillRandom(&input_data); in TryTestDepthwiseConv()
539 FillRandom(&filter_data); in TryTestDepthwiseConv()
540 FillRandom(&bias_data, -10000, 10000); in TryTestDepthwiseConv()
Dsoftmax_quantized_test.cc167 FillRandom(&input_data); in TryOneUniformSoftmax()
Dresize_nearest_neighbor_test.cc162 FillRandom(&input_data, static_cast<uint8>(0), static_cast<uint8>(255)); in TestOptimizedResizeNearestNeighbor()
Dlogsoftmax_quantized_test.cc263 FillRandom(&input_data); in TryOneUniformLogSoftmax()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_window_test.cc170 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()
Dreduce_test.cc178 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()
Dbatch_normalization_test.cc454 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()
Dtriangular_solve_test.cc451 avals.FillRandom(1.0); in XLA_TEST_P()
459 bvals.FillRandom(1.0); in XLA_TEST_P()
Dselect_and_scatter_test.cc75 o.FillRandom(1.5f); in XLA_TEST_P()
80 s.FillRandom(12.0f); in XLA_TEST_P()
Dslice_test.cc160 values.FillRandom(3.14f); in TEST_F()
191 values.FillRandom(3.14f); in XLA_TEST_F()
Dbroadcast_simple_test.cc62 r3_array->FillRandom(start, end, seed); in MakeR3Data()
76 r2_array->FillRandom(start, end, seed); in MakeR2Data()
Dbroadcast_test.cc270 input_vals.FillRandom(1.0); in TEST_F()
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc4904 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/
Dsvd_test.cc127 result.FillRandom(10 /* stddev */, 2 /* mean */); in GenerateRandomMatrix()
Dself_adjoint_eig_test.cc130 result.FillRandom(10 /* stddev */, 2 /* mean */, 12346 /* seed */); in GenerateRandomSymmetricMatrix()
Dquantize_test.cc48 input.FillRandom(6, 128); in GenerateLargeSizeInput()

12