NVIDIA Morpheus (25.02.01)

morpheus.pipeline.execution_mode_mixins.CpuOnlyMixin

class CpuOnlyMixin[source]

Bases: abc.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.

Previous morpheus.pipeline.execution_mode_mixins
Next morpheus.pipeline.execution_mode_mixins.GpuAndCpuMixin
© Copyright 2024, NVIDIA. Last updated on Mar 3, 2025.