Home
last modified time | relevance | path

Searched defs:extractSlice (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp182 auto extractSlice = b.create<ExtractSliceOp>( getTiledImplementation() local
445 auto extractSlice = getTiledImplementation() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTilingInterfaceImpl.cpp424 auto extractSlice = b.create<tensor::ExtractSliceOp>( tileToPartialReduction() local
/llvm-project/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp623 extractSlice(LLVMContext &LLVMCtx, ArrayRef<OwningBinary<Binary>> InputBinaries, extractSlice() function