mlirGreedyRewriteDriverConfigSetMaxIterations

Function mlirGreedyRewriteDriverConfigSetMaxIterations 

Source
pub unsafe extern "C" fn mlirGreedyRewriteDriverConfigSetMaxIterations(
    config: MlirGreedyRewriteDriverConfig,
    maxIterations: i64,
)
Expand description

Sets the maximum number of iterations for the greedy rewrite driver. Use -1 for no limit.