Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dprng.h84 RngOutput NormalFloatingPointDistribution(XlaOp key, XlaOp initial_state,
H A Dprng.cc612 RngOutput NormalFloatingPointDistribution(XlaOp key, XlaOp initial_state, in NormalFloatingPointDistribution() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Drng_expander.cc95 NormalFloatingPointDistribution(key, state, generator, result_shape) in GetComputationForRng()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstateless_random_ops.cc310 xla::NormalFloatingPointDistribution( in Compile()
H A Dstateful_random_ops.cc275 xla::RngOutput value_state = xla::NormalFloatingPointDistribution( in Compile()
H A Dstateless_random_ops_v2.cc429 auto result = xla::NormalFloatingPointDistribution(key, counter, generator, in Compile()