Home
last modified time | relevance | path

Searched refs:XlaScatter (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.h46 xla::StatusOr<xla::XlaOp> XlaScatter(
Dscatter.cc33 xla::StatusOr<xla::XlaOp> XlaScatter( in XlaScatter() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dscatter_nd_op.cc116 XlaScatter(buffer, updates, indices, in Compile()
166 auto result = XlaScatter(buffer, updates, indices, in CompileTensorScatter()
Dsparse_to_dense_op.cc76 auto result = XlaScatter(buffer, sparse_values, indices, in Compile()
Dtranspose_op.cc185 auto result = XlaScatter(iota, iota, indices, in InvertPermutation()
Dsegment_reduction_ops.cc118 auto result = XlaScatter(buffer, /*updates=*/data, indices, in Compile()
Dvariable_ops.cc170 auto result = XlaScatter(var_value, updates, indices, indices_are_vectors_, in Compile()
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dsegment_reduction_ops.cc109 auto result = XlaScatter(buffer, /*updates=*/data, indices, in Compile()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td17977 def TF_XlaScatterOp : TF_Op<"XlaScatter", [NoSideEffect]> {