pub unsafe extern "C" fn mlirRewriterBaseCloneWithoutRegions(
rewriter: MlirRewriterBase,
op: MlirOperation,
) -> MlirOperationExpand description
Creates a deep copy of this operation but keep the operation regions empty.
pub unsafe extern "C" fn mlirRewriterBaseCloneWithoutRegions(
rewriter: MlirRewriterBase,
op: MlirOperation,
) -> MlirOperationCreates a deep copy of this operation but keep the operation regions empty.