Home
last modified time | relevance | path

Searched defs:XlaOp (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc33 xla::StatusOr<xla::XlaOp> XlaScatter( in XlaScatter()
36 const std::function<xla::XlaOp(xla::XlaOp, xla::XlaOp, xla::XlaBuilder*)>& in XlaScatter()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc115 XlaOp StatelessRngUniformU32(std::array<XlaOp, 2> key, const Shape& shape) { in StatelessRngUniformU32()
144 XlaOp StatelessRngUniformU64(std::array<XlaOp, 2> key, const Shape& shape) { in StatelessRngUniformU64()
186 XlaOp StatelessRngUniform(std::array<XlaOp, 2> seeds, const Shape& shape, in StatelessRngUniform()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dpred_test.cc33 std::function<XlaOp(const xla::XlaOp&, const xla::XlaOp&, in TestCompare()
Dscalar_computations_test.cc49 const std::function<XlaOp(const XlaOp&, const XlaOp&, in TestCompare()
60 const std::function<XlaOp(const XlaOp&, const XlaOp&, in TestMinMax()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h54 XlaOp() : handle_(-1), builder_(nullptr) { in XlaOp() function
91 explicit XlaOp(XlaBuilder* builder) : handle_(-1), builder_(builder) {} in XlaOp() function
92 XlaOp(int64 handle, XlaBuilder* builder) in XlaOp() function
Dxla_builder_test.cc95 ::testing::Matcher<const ::xla::HloInstruction*> matches_pattern) { in TEST_F()
126 ::testing::Matcher<const ::xla::HloInstruction*> matches_pattern) { in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc41 XlaExpression XlaExpression::XlaOp(xla::XlaOp value, DataType dtype) { in XlaOp() function in tensorflow::XlaExpression
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops_common.cc41 xla::XlaBuilder* /*builder*/, const xla::XlaOp& /*input*/, in BuildFinalizer()
Dstateful_random_ops.cc184 std::function<sampler_return_type(xla::XlaOp, xla::XlaOp, in CompileImpl()
Dvariable_ops.cc153 std::function<xla::XlaOp(const xla::XlaOp&, const xla::XlaOp&, in ResourceScatterOp()
Dimage_ops.cc37 const std::array<xla::XlaOp, 3>& rgb, in RGBToHSV()
70 const std::array<xla::XlaOp, 3>& hsv, in HSVToRGB()