Home
last modified time | relevance | path

Searched defs:DoPopulateRandGaussian (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Drng.h65 virtual bool DoPopulateRandGaussian(Stream *stream, float mean, float stddev, in DoPopulateRandGaussian() function
71 virtual bool DoPopulateRandGaussian(Stream *stream, double mean, in DoPopulateRandGaussian() function
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_rng.cc241 bool GpuRng::DoPopulateRandGaussian(Stream* stream, float mean, float stddev, in DoPopulateRandGaussian() function in stream_executor::gpu::GpuRng
247 bool GpuRng::DoPopulateRandGaussian(Stream* stream, double mean, double stddev, in DoPopulateRandGaussian() function in stream_executor::gpu::GpuRng
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_rng.cc187 bool GpuRng::DoPopulateRandGaussian(Stream* stream, float mean, float stddev, in DoPopulateRandGaussian() function in stream_executor::gpu::GpuRng
193 bool GpuRng::DoPopulateRandGaussian(Stream* stream, double mean, double stddev, in DoPopulateRandGaussian() function in stream_executor::gpu::GpuRng