Searched refs:NormalMomentsTest (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions_test.cc | 168 void NormalMomentsTest(int count, int max_moments, in NormalMomentsTest() function 266 NormalMomentsTest<bfloat16>(8 << 20, 25, strides, bfloat16(kZLimitBfloat16)); in TEST() 282 NormalMomentsTest<float>(8 << 20, 25, strides, kZLimit); in TEST() 297 NormalMomentsTest<double>(8 << 20, 25, strides, kZLimit); in TEST()
|