Home
last modified time | relevance | path

Searched refs:XlaScatter (Results 1 – 7 of 7) 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/
Dsparse_to_dense_op.cc76 auto result = XlaScatter(buffer, sparse_values, indices, in Compile()
Dscatter_nd_op.cc112 XlaScatter(buffer, updates, indices, in Compile()
Dtranspose_op.cc161 auto result = XlaScatter(iota, iota, indices, in Compile()
Dsegment_reduction_ops.cc86 auto result = XlaScatter(buffer, /*updates=*/data, indices, in Compile()
Dvariable_ops.cc172 auto result = XlaScatter(var_value, updates, indices, indices_are_vectors_, in Compile()