Go to file
Robert Suderman c23ad602c8 Add a transform for Gathers to torch_index_select.
Some gathers can be interpreted as torch index selects. Transforming these
cases allow torch_index_select lowerings to be used for certain gathers.

PiperOrigin-RevId: 322255835
2020-07-30 22:34:32 +00:00
include/mlir-hlo Add a transform for Gathers to torch_index_select. 2020-07-30 22:34:32 +00:00
lib Add a transform for Gathers to torch_index_select. 2020-07-30 22:34:32 +00:00
tests Add a transform for Gathers to torch_index_select. 2020-07-30 22:34:32 +00:00