Searched refs:BoxMullerDouble (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 319 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, 425 BoxMullerDouble(sample[i2], sample[i2 + 1], sample[i2 + 2], in operator() 604 BoxMullerDouble(x0, x1, x2, x3, &d[0], &d[1]); in operator() 646 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, in BoxMullerDouble() function
|