Home
last modified time | relevance | path

Searched refs:TorchIndexSelect (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing_test.cc164 TorchIndexSelect(input, index, 0); in XLA_TEST_F()
184 TorchIndexSelect(input, index, 1); in XLA_TEST_F()
198 TorchIndexSelect(input, index, 1); in XLA_TEST_F()
215 TorchIndexSelect(input, index, 0); in XLA_TEST_F()
229 TorchIndexSelect(input, index, 0); in XLA_TEST_F()
245 TorchIndexSelect(input, index, 1, 1); in XLA_TEST_F()
Dslicing.h83 XlaOp TorchIndexSelect(XlaOp input, XlaOp index, int64 dim,
Dslicing.cc169 return TorchIndexSelect(input, index, 0); in TorchGather()
263 XlaOp TorchIndexSelect(XlaOp input, XlaOp index, int64 dim, int64 batch_dims) { in TorchIndexSelect() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddata_format_ops.cc73 xla::TorchIndexSelect(dst_indices, src_indices, /*dim=*/0); in Compile()
154 xla::XlaOp output = xla::TorchIndexSelect(ctx->Input(0), indices, 0); in Compile()
Dgather_op.cc223 *gather_output = xla::TorchIndexSelect(input, indices, *axis, batch_dims); in XlaGatherWithBatchDimsOpImpl()