Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_fuse_linalg.cc160 if (tileGenericOp(op, tile_sizes, &b)) { in runOnFunction()
194 bool tileGenericOp(LinalgOp op, ArrayRef<int64_t> tile_sizes, OpBuilder* b) { in tileGenericOp() function in mlir::lmhlo::__anon55bd11270111::LhloFuseLinalgPass