Home
last modified time | relevance | path

Searched defs:TileLoops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dkernel_creator.cc150 class TileLoops : public mlir::PassWrapper<TileLoops, mlir::FunctionPass> { class
152 explicit TileLoops(llvm::ArrayRef<int64_t> tile_sizes, in TileLoops() function in tensorflow::kernel_gen::__anon86061cf60111::TileLoops
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h146 using TileLoops = std::pair<Loops, Loops>; variable