Searched refs:InitInput (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_nccl_test.cc | 156 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/ |
D | loop_filter_test.cc | 50 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/ |
D | lpf_test.cc | 63 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()
|
D | partial_idct_test.cc | 130 void InitInput() { in InitInput() function in __anonc8716fac0111::PartialIDctTest 246 InitInput(); in TEST_P() 304 InitInput(); in TEST_P()
|
/external/libaom/test/ |
D | lpf_test.cc | 60 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); \
|