Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc34 StatusOr<xla::XlaOp> XlaScatter( in XlaScatter()
37 const std::function<xla::XlaOp(xla::XlaOp, xla::XlaOp, xla::XlaBuilder*)>& in XlaScatter()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dscatter_nd_op.cc147 const std::function<xla::XlaOp(xla::XlaOp, xla::XlaOp, xla::XlaBuilder*)>& in CompileTensorScatter()
248 context, [](xla::XlaOp, xla::XlaOp y, xla::XlaBuilder*) { return y; }, in Compile()
Dreduction_ops_common.cc41 xla::XlaBuilder* /*builder*/, const xla::XlaOp& /*input*/, in BuildFinalizer()
Dvariable_ops.cc167 std::function<xla::XlaOp(const xla::XlaOp&, const xla::XlaOp&, in ResourceScatterOp()
Dstateful_random_ops.cc176 std::function<SamplerReturnType(Algorithm, xla::XlaOp, xla::XlaOp, in CompileImpl()
Dimage_ops.cc46 const std::array<xla::XlaOp, 3>& rgb, in RGBToHSV()
79 const std::array<xla::XlaOp, 3>& hsv, in HSVToRGB()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dpred_test.cc33 std::function<XlaOp(const xla::XlaOp&, const xla::XlaOp&, in TestCompare()
Dscalar_computations_test.cc48 const std::function<XlaOp(const XlaOp&, const XlaOp&, in TestCompare()
59 const std::function<XlaOp(const XlaOp&, const XlaOp&, in TestMinMax()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h54 class XlaOp; variable
92 XlaOp() : handle_(-1), builder_(nullptr) { in XlaOp() function
129 explicit XlaOp(XlaBuilder* builder) : handle_(-1), builder_(builder) {} in XlaOp() function
130 XlaOp(int64_t handle, XlaBuilder* builder) in XlaOp() function
Dxla_builder_test.cc98 ::testing::Matcher<const ::xla::HloInstruction*> matches_pattern) { in TEST_F()
129 ::testing::Matcher<const ::xla::HloInstruction*> matches_pattern) { in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc129 XlaOp Uint32sToUint64(std::array<XlaOp, 2> u32s) { in Uint32sToUint64()
341 const std::array<XlaOp, 2>& u128, XlaOp u64, in Uint128AddUint64()
353 std::array<XlaOp, 2> Uint32sToUint128(const std::array<XlaOp, 4>& u32s) { in Uint32sToUint128()
358 std::array<XlaOp, 4> Uint128ToUint32s(const std::array<XlaOp, 2>& u128) { in Uint128ToUint32s()
370 XlaOp Uint128ToOp(std::array<XlaOp, 2> u128) { in Uint128ToOp()
Darithmetic_test.cc63 std::function<void(XlaOp, PrimitiveType)> MinMaxImpl) {} in TestArgMinMaxImpl()
Dslicing.cc228 const std::function<XlaOp(XlaOp, XlaOp)>& combiner) { in TorchScatterDense()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc52 XlaExpression XlaExpression::XlaOp(xla::XlaOp value, DataType dtype) { in XlaOp() function in tensorflow::XlaExpression
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py390 XlaOp = _xla.XlaOp variable