Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions_test.cc79 const std::function<double(int)>& theoretical_moments, in CheckSamplesMoments() argument
114 (stride == 0) ? theoretical_moments(i) in CheckSamplesMoments()
115 : MathUtil::IPow(theoretical_moments(1), i); in CheckSamplesMoments()
117 (stride == 0) ? theoretical_moments(2 * i) in CheckSamplesMoments()
118 : MathUtil::IPow(theoretical_moments(2), i); in CheckSamplesMoments()