Home
last modified time | relevance | path

Searched refs:LhloFuseLinalgPass (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_fuse_linalg.cc38 class LhloFuseLinalgPass class
39 : public PassWrapper<LhloFuseLinalgPass, FunctionPass> {
45 LhloFuseLinalgPass() = default;
46 LhloFuseLinalgPass(const LhloFuseLinalgPass&) {} in LhloFuseLinalgPass() argument
47 LhloFuseLinalgPass(bool use_parallel_loops, in LhloFuseLinalgPass() function in mlir::lmhlo::__anon55bd11270111::LhloFuseLinalgPass
222 return std::make_unique<LhloFuseLinalgPass>(use_parallel_loops, tile_sizes); in createLhloFuseLinalgPass()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dlmhlo_passes.td24 def LhloFuseLinalgPass : Pass<"lhlo-fuse-linalg", "FuncOp"> {