NVIDIA Morpheus (24.10.01)
(Latest Version)

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 Dec 3, 2024.