Home
last modified time | relevance | path

Searched defs:XlaBuilder (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dscatter_nd_op.cc179 [](xla::XlaOp x, xla::XlaOp y, xla::XlaBuilder*) { in Compile()
192 [](xla::XlaOp x, xla::XlaOp y, xla::XlaBuilder*) { in Compile()
205 [](xla::XlaOp x, xla::XlaOp y, xla::XlaBuilder*) { in Compile()
218 [](xla::XlaOp x, xla::XlaOp y, xla::XlaBuilder*) { in Compile()
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()
Dreduction_ops.cc131 xla::XlaBuilder* /*builder*/, const xla::XlaOp& input, in BuildFinalizer()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.h60 friend class XlaBuilder; variable
Dxla_builder.h48 class XlaBuilder; variable
116 friend class XlaBuilder; variable
Dxla_builder.cc243 XlaBuilder::XlaBuilder(const string& computation_name) in XlaBuilder() function in xla::XlaBuilder
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py420 XlaBuilder = _xla.XlaBuilder variable