morpheus.pipeline.execution_mode_mixins
Mixins to indicate which execution modes are supported for a given stage. These mixins should be used for any stage that needs to support execution modes other than the default GPU mode, and the supported execution modes do not change based upon configuration or runtime conditions.
Classes
CpuOnlyMixin () |
Mixin intented to be added to stages which support only CPU execution modes. |
GpuAndCpuMixin () |
Mixin intented to be added to stages which support both GPU and CPU execution modes. |