Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.h84 RngOutput NormalFloatingPointDistribution(XlaOp key, XlaOp initial_state,
Dprng.cc611 RngOutput NormalFloatingPointDistribution(XlaOp key, XlaOp initial_state, in NormalFloatingPointDistribution() function
/external/tensorflow/tensorflow/compiler/xla/service/
Drng_expander.cc93 NormalFloatingPointDistribution(key, state, generator, result_shape) in GetComputationForRng()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc309 xla::NormalFloatingPointDistribution( in Compile()
Dstateful_random_ops.cc274 xla::RngOutput value_state = xla::NormalFloatingPointDistribution( in Compile()
Dstateless_random_ops_v2.cc392 auto result = xla::NormalFloatingPointDistribution(key, counter, generator, in Compile()