Home
last modified time | relevance | path

Searched refs:BitGeneratorTy (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.h44 using BitGeneratorTy = std::function<RngOutput(XlaOp key, XlaOp initial_state, variable
71 BitGeneratorTy bit_generator,
78 BitGeneratorTy bit_generator, XlaOp minval,
85 BitGeneratorTy bit_generator,
Dprng.cc582 BitGeneratorTy bit_generator, in UniformFloatingPointDistribution()
593 BitGeneratorTy bit_generator, XlaOp minval, in UniformIntDistribution()
612 BitGeneratorTy bit_generator, in NormalFloatingPointDistribution()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc39 xla::BitGeneratorTy GetBitGeneratorForDevice( in GetBitGeneratorForDevice()
Dstateful_random_ops.cc41 xla::BitGeneratorTy BitGen(Algorithm alg) { in BitGen()