Searched defs:extractSlice (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Tensor/IR/ | ||
H A D | TensorTilingInterfaceImpl.cpp | 182 auto extractSlice = b.create<ExtractSliceOp>( getTiledImplementation() local |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ | ||
H A D | TilingInterfaceImpl.cpp | 424 auto extractSlice = b.create<tensor::ExtractSliceOp>( tileToPartialReduction() local |
/llvm-project/llvm/tools/llvm-lipo/ | ||
H A D | llvm-lipo.cpp | 623 extractSlice(LLVMContext &LLVMCtx, ArrayRef<OwningBinary<Binary>> InputBinaries, extractSlice() function |