Home
last modified time | relevance | path

Searched refs:gather_output (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc39 xla::XlaOp* gather_output) { in XlaGather() argument
84 *gather_output = in XlaGather()
151 *gather_output = xla::Gather(input, indices, dim_numbers, slice_sizes); in XlaGather()
158 int batch_dims, xla::XlaOp* gather_output) { in XlaGatherWithBatchDimsOpImpl() argument
223 *gather_output = xla::TorchIndexSelect(input, indices, *axis, batch_dims); in XlaGatherWithBatchDimsOpImpl()
230 index_type, context->builder(), gather_output)); in XlaGatherWithBatchDimsOpImpl()
Dgather_op_helpers.h40 xla::XlaOp* gather_output);
48 int batch_dims, xla::XlaOp* gather_output);
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtest_graph_tfgather.config.pbtxt15 id { node_name: "gather_output" }