DnnSchemaPlan
DnnSchemaPlan
softneuro.core.DnnSchemaPlan(*args, **kwargs)
DnnSchemaPlan class.
This is a private class of softneuro, instance can not be constructed directly.
Attributes
- adapts: Adapt routine plans.
 - adapt_usec: Processing time for adapt routines (usec).
 - is_optimal: Whether self is optimal or not.
 - has_adapt: Whether self has an adapt routine plan or not.
 - name: The routine schema name.
 - optimal_routine: The optimal routine plan.
 - routines: Routine plans.
 - usec: Forward time (usec).