Searched refs:TorchIndexSelect (Results 1 – 3 of 3) sorted by relevance
130 TorchIndexSelect(input, index, 0); in XLA_TEST_F()149 TorchIndexSelect(input, index, 1); in XLA_TEST_F()
66 XlaOp TorchIndexSelect(XlaOp input, XlaOp index, int64 dim);
164 XlaOp TorchIndexSelect(XlaOp input, XlaOp index, int64 dim) { in TorchIndexSelect() function