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

Function RngNormal

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

Source from the content-addressed store, hash-verified

3511}
3512
3513XlaOp RngNormal(const XlaOp mu, const XlaOp sigma, const Shape& shape) {
3514 return mu.builder()->RngNormal(mu, sigma, shape);
3515}
3516
3517XlaOp RngUniform(const XlaOp a, const XlaOp b, const Shape& shape) {
3518 return a.builder()->RngUniform(a, b, shape);

Callers 3

ExportXlaOpFunction · 0.85
CompileMethod · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

RngNormalMethod · 0.45
builderMethod · 0.45

Tested by 1

XLA_TEST_FFunction · 0.68