Home
last modified time | relevance | path

Searched defs:XlaOp (Results 1 – 14 of 14) 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/tf2xla/kernels/
Dscatter_nd_op.cc140 const std::function<xla::XlaOp(xla::XlaOp, xla::XlaOp, xla::XlaBuilder*)>& in CompileTensorScatter()
231 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.cc151 std::function<xla::XlaOp(const xla::XlaOp&, const xla::XlaOp&, in ResourceScatterOp()
Dstateful_random_ops.cc175 std::function<SamplerReturnType(Algorithm, xla::XlaOp, xla::XlaOp, in CompileImpl()
Dimage_ops.cc39 const std::array<xla::XlaOp, 3>& rgb, in RGBToHSV()
72 const std::array<xla::XlaOp, 3>& hsv, in HSVToRGB()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h49 class XlaOp; variable
73 XlaOp() : handle_(-1), builder_(nullptr) { in XlaOp() function
110 explicit XlaOp(XlaBuilder* builder) : handle_(-1), builder_(builder) {} in XlaOp() function
111 XlaOp(int64 handle, XlaBuilder* builder) in XlaOp() function
Dxla_builder_test.cc97 ::testing::Matcher<const ::xla::HloInstruction*> matches_pattern) { in TEST_F()
128 ::testing::Matcher<const ::xla::HloInstruction*> matches_pattern) { in TEST_F()
/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/lib/
Dprng.cc131 XlaOp Uint32sToUint64(std::array<XlaOp, 2> u32s) { in Uint32sToUint64()
340 const std::array<XlaOp, 2>& u128, XlaOp u64, in Uint128AddUint64()
352 std::array<XlaOp, 2> Uint32sToUint128(const std::array<XlaOp, 4>& u32s) { in Uint32sToUint128()
357 std::array<XlaOp, 4> Uint128ToUint32s(const std::array<XlaOp, 2>& u128) { in Uint128ToUint32s()
369 XlaOp Uint128ToOp(std::array<XlaOp, 2> u128) { in Uint128ToOp()
Darithmetic_test.cc80 std::function<void(XlaOp, PrimitiveType)> MinMaxImpl) { in TestArgMinMaxImpl()
Dslicing.cc227 const std::function<XlaOp(XlaOp, XlaOp)>& combiner) { in TorchScatterDense()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc51 XlaExpression XlaExpression::XlaOp(xla::XlaOp value, DataType dtype) { in XlaOp() function in tensorflow::XlaExpression