DnnLayerPlan
DnnLayerPlan
softneuro.core.DnnLayerPlan(*args, **kwargs)
DnnLayerPlan class, composes DnnNetPlan.
This is a private class of softneuro, instance can not be constructed directly, users can get DnnLayerPlan instance using DnnPlan.find_layer_plan().
Attributes
- adapt_usec: Processing time for adapt routines (usec).
 - name: Layer name.
 - routine_desc: Optimal routine descriptor.
 - routine_params: Optimal routine parameters.
 - schemas: Routine schema plans.
 - type: Layer type.
 - usec: Forward time (usec).