morpheus.pipeline.execution_mode_mixins.CpuOnlyMixin#

class CpuOnlyMixin[source]#

Bases: ABC

Mixin intented to be added to stages which support only CPU execution modes.

Methods

supported_execution_modes()

Returns a tuple of supported execution modes of this stage.

supported_execution_modes()[source]#

Returns a tuple of supported execution modes of this stage.