Interface Optimizer
-
- All Known Implementing Classes:
NemoOptimizer
@DefaultImplementation(NemoOptimizer.class) public interface Optimizer
An interface for optimizer, which manages the optimization over submitted IR DAGs throughPolicy
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRDAG
optimizeAtCompileTime(IRDAG dag)
Optimize the submitted DAG at compile time.IRDAG
optimizeAtRunTime(IRDAG dag, Message message)
Optimize the submitted DAG at run time.
-