Home
last modified time | relevance | path

Searched refs:InitInput (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc156 virtual void InitInput(Tensor* input, const int rank) = 0;
206 [this, rank](Tensor* t) { InitInput(t, rank); }); in RunTest()
456 void InitInput(Tensor* input, const int rank) override { in InitInput() function in tensorflow::NcclReducerTest
491 void InitInput(Tensor* input, const int rank) override { in InitInput() function in tensorflow::NcclBroadcasterTest
525 void InitInput(Tensor* input, const int rank) override { in InitInput() function in tensorflow::NcclGathererTest
/external/libgav1/src/dsp/
Dloop_filter_test.cc50 void InitInput(Pixel* dst, const int stride, const int bitdepth, in InitInput() function
183 InitInput(dst, kBlockStride, bitdepth, rnd, inner_thresh, (n & 1) == 0); in TestRandomValues()
/external/libvpx/test/
Dlpf_test.cc63 void InitInput(Pixel *s, Pixel *ref_s, ACMRandom *rnd, const uint8_t limit, in InitInput() function
196 InitInput(s, ref_s, &rnd, *limit, mask_, p, i); in TEST_P()
321 InitInput(s, ref_s, &rnd, limit, mask_, p, i); in TEST_P()
Dpartial_idct_test.cc130 void InitInput() { in InitInput() function in __anonc8716fac0111::PartialIDctTest
246 InitInput(); in TEST_P()
304 InitInput(); in TEST_P()
/external/libaom/test/
Dlpf_test.cc60 void InitInput(Pixel_t *s, Pixel_t *ref_s, ACMRandom *rnd, const uint8_t limit, in InitInput() function
202 InitInput<a, b>(s, ref_s, &rnd, *limit, mask_, p, i); \
355 InitInput<a, b>(s, ref_s, &rnd, limit, mask_, p, i); \