Home
last modified time | relevance | path

Searched refs:createLhloFuseLinalgPass (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dpasses.h97 std::unique_ptr<FunctionPass> createLhloFuseLinalgPass(
Dlmhlo_passes.td26 let constructor = "createLhloFuseLinalgPass()";
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_fuse_linalg.cc220 std::unique_ptr<FunctionPass> createLhloFuseLinalgPass( in createLhloFuseLinalgPass() function
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dkernel_lowering.cc85 pm.addNestedPass<mlir::FuncOp>(::mlir::lmhlo::createLhloFuseLinalgPass( in LowerLHLOToGPU()