Home
last modified time | relevance | path

Searched refs:XlaGather (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc35 Status XlaGather(const xla::XlaOp& input, const TensorShape& input_shape, in XlaGather() function
228 XlaGather(input, input_shape, indices, indices_shape, *axis, in XlaGatherWithBatchDimsOpImpl()
294 OP_REQUIRES_OK(context, XlaGather(params, params_shape, indices, in Compile()
Dgather_op_helpers.h36 Status XlaGather(const xla::XlaOp& input, const TensorShape& input_shape,
Drandom_ops.cc206 OP_REQUIRES_OK(ctx, XlaGather(input, input_shape, swapped_indices, in Compile()
Dtensor_list_ops.cc416 ctx, XlaGather(buffer, buffer_shape, indices, indices_shape, /*axis=*/0, in Compile()
Dtensor_array_ops.cc342 XlaGather(ta, ta_shape, indices, indices_shape, /*axis=*/0, in Compile()
Dimage_ops.cc569 XlaGather(indices_sorted, scores_shape, selected_indices_sorted, in Compile()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_patterns.td740 // XlaGather op.
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dprepare-tf.mlir713 …%2 = "tf.XlaGather"(%arg0, %0, %1) {device = "", dimension_numbers = "\0A\04\00\01\02\03\1A\01\02"…
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir5114 …%0 = "tf.XlaGather"(%arg0, %arg1, %cst) {dimension_numbers = "\0A\01\01\12\01\00\1A\01\00 \01", in…
5131 …%0 = "tf.XlaGather"(%arg0, %arg1, %cst) {dimension_numbers = "\0A\01\01\12\01\00\1A\01\00 \01", in…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go29391 func XlaGather(scope *Scope, operand tf.Output, start_indices tf.Output, slice_sizes tf.Output, dim… func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td17793 def TF_XlaGatherOp : TF_Op<"XlaGather", [NoSideEffect]> {