Searched defs:FillRandom (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | test_util.h | 64 void FillRandom(std::vector<T>* vec, T min, T max) { in FillRandom() function 72 void FillRandom(std::vector<T>* vec) { in FillRandom() function 77 void FillRandom(typename std::vector<T>::iterator begin_it, in FillRandom() function
|
D | test_util.cc | 106 void FillRandom(std::vector<float>* vec, float min, float max) { in FillRandom() function
|
/external/libvpx/libvpx/test/ |
D | consistency_test.cc | 81 void FillRandom(uint8_t *data, int stride, int width, int height) { in FillRandom() function in __anon5663fab60111::ConsistencyTestBase 89 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anon5663fab60111::ConsistencyTestBase
|
D | blockiness_test.cc | 78 void FillRandom(uint8_t *data, int stride, int width, int height) { in FillRandom() function in __anoncfd783510111::BlockinessTestBase 86 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anoncfd783510111::BlockinessTestBase
|
D | avg_test.cc | 84 void FillRandom() { in FillRandom() function in __anon097273a20111::AverageTestBase 274 virtual void FillRandom() { in FillRandom() function in __anon097273a20111::SatdLowbdTest 313 void FillRandom() { in FillRandom() function in __anon097273a20111::BlockErrorTestFP 459 virtual void FillRandom() { in FillRandom() function in __anon097273a20111::SatdHighbdTest
|
D | sad_test.cc | 206 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anonb7a3f77c0111::SADTestBase
|
/external/libaom/libaom/test/ |
D | sad_test.cc | 277 void FillRandom(uint8_t *data, int stride) { in FillRandom() function in __anondf821f5a0111::SADTestBase
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 4904 void FillRandom(CacheLineAlignedBuffer<DataType>* buffer) { in FillRandom() function
|