MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RngBitGenerator

Function RngBitGenerator

tensorflow/compiler/xla/client/xla_builder.cc:3521–3525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3519}
3520
3521XlaOp RngBitGenerator(RandomAlgorithm algorithm, const XlaOp initial_state,
3522 const Shape& shape) {
3523 return initial_state.builder()->RngBitGenerator(algorithm, initial_state,
3524 shape);
3525}
3526
3527XlaOp While(const XlaComputation& condition, const XlaComputation& body,
3528 const XlaOp init) {

Callers 2

BitGenFunction · 0.85
GetBitGeneratorForDeviceFunction · 0.85

Calls 2

RngBitGeneratorMethod · 0.80
builderMethod · 0.45

Tested by

no test coverage detected