Home
last modified time | relevance | path

Searched defs:TorchGather (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing_test.cc105 XLA_TEST_F(SlicingTest, TorchGather) { in XLA_TEST_F() argument
Dslicing.cc137 XlaOp TorchGather(XlaOp input, XlaOp index, int64 dim) { in TorchGather() function