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

Method RngNormal

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

Source from the content-addressed store, hash-verified

1728}
1729
1730XlaOp XlaBuilder::RngNormal(XlaOp mu, XlaOp sigma, const Shape& shape) {
1731 return RngOp(RandomDistribution::RNG_NORMAL, {mu, sigma}, shape);
1732}
1733
1734XlaOp XlaBuilder::RngUniform(XlaOp a, XlaOp b, const Shape& shape) {
1735 return RngOp(RandomDistribution::RNG_UNIFORM, {a, b}, shape);

Callers 1

RngNormalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected