Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DPromotion.cpp162 CopyCallbackFn copyOutFn; member
211 copyOutFn = (options.copyOutFn ? *(options.copyOutFn) : defaultCopyCallBack); in LinalgOpInstancePromotionOptions()
355 if (failed(options.copyOutFn(b, viewAndPartialLocalView.second, in promoteSubViews()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h228 Optional<CopyCallbackFn> copyOutFn = None; member
232 copyOutFn = copyOut; in setCopyInOutFns()