Home
last modified time | relevance | path

Searched defs:RngNormal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md2429 ## RngNormal section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc2313 XlaOp XlaBuilder::RngNormal(XlaOp mu, XlaOp sigma, const Shape& shape) { in RngNormal() function in xla::XlaBuilder
4858 XlaOp RngNormal(const XlaOp mu, const XlaOp sigma, const Shape& shape) { in RngNormal() function