Home
last modified time | relevance | path

Searched refs:RngNormal (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drandom_ops.cc256 xla::XlaOp result = xla::RngNormal(XlaHelpers::Zero(b, dtype), in Compile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dprng_test.cc318 RngNormal(ConstantR0<float>(&builder, 0), ConstantR0<float>(&builder, 1), in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc678 LocalOp ComputationBuilder::RngNormal(const LocalOp& mu, const LocalOp& sigma, in RngNormal() function in xla::swig::ComputationBuilder
680 return xla::RngNormal(mu.op(), sigma.op(), shape); in RngNormal()
Dlocal_computation_builder.h339 LocalOp RngNormal(const LocalOp& mu, const LocalOp& sigma,
Dlocal_computation_builder.i325 %unignore xla::swig::ComputationBuilder::RngNormal;
Dxla_client.py1517 def RngNormal(self, mu, sigma, dims): member in ComputationBuilder
1527 return self._client.RngNormal(mu, sigma, shape)
Dxla_client_test.py1120 c.RngNormal(c.Constant(NumpyArrayF32(0.)), c.Constant(NumpyArrayF32(1.)),
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h524 XlaOp RngNormal(const XlaOp& mu, const XlaOp& sigma, const Shape& shape);
953 friend XlaOp RngNormal(const XlaOp& mu, const XlaOp& sigma,
1785 XlaOp RngNormal(const XlaOp& mu, const XlaOp& sigma, const Shape& shape);
Dxla_builder.cc1809 XlaOp XlaBuilder::RngNormal(const XlaOp& mu, const XlaOp& sigma, in RngNormal() function in xla::XlaBuilder
3389 XlaOp RngNormal(const XlaOp& mu, const XlaOp& sigma, const Shape& shape) { in RngNormal() function
3390 return mu.builder()->RngNormal(mu, sigma, shape); in RngNormal()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2063 ## RngNormal section in Operation Semantics
2066 [`XlaBuilder::RngNormal`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xla_builde…
2073 <b>`RngNormal(mu, sigma, shape)`</b>