Searched refs:uint32_to_uniform_float (Results 1 – 2 of 2) sorted by relevance
134 …float u1 = 1 - uint32_to_uniform_float(output_[0]); // uint32_to_uniform_float returns [0,1), we n… in randn()135 float u2 = 1 - uint32_to_uniform_float(output_[1]); in randn()217 C10_HOST_DEVICE constexpr float uint32_to_uniform_float(uint32_t value) { in uint32_to_uniform_float() function
559 constexpr float uint32_to_uniform_float(uint32_t value) {566 return uint32_to_uniform_float(at::Philox4_32(seed, 0, offset)());