Searched refs:TorchGather (Results 1 – 3 of 3) sorted by relevance
105 XLA_TEST_F(SlicingTest, TorchGather) { in XLA_TEST_F() argument113 TorchGather(input, index, 1); in XLA_TEST_F()
58 XlaOp TorchGather(XlaOp input, XlaOp index, int64 dim);
137 XlaOp TorchGather(XlaOp input, XlaOp index, int64 dim) { in TorchGather() function