Home
last modified time | relevance | path

Searched refs:createLegalizeGatherToTorchIndexSelectPass (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dpasses.h73 std::unique_ptr<FunctionPass> createLegalizeGatherToTorchIndexSelectPass();
Dmhlo_passes.td44 let constructor = "createLegalizeGatherToTorchIndexSelectPass()";
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_gather_to_torch_index_select.cc146 std::unique_ptr<FunctionPass> createLegalizeGatherToTorchIndexSelectPass() { in createLegalizeGatherToTorchIndexSelectPass() function