What can I help you with?
NVIDIA Morpheus (25.02.01)

morpheus.utils.module_utils.ModuleLoader

class ModuleLoader(module_interface, name, config)[source]

Bases: object

Class to hold the definition of a module.

Attributes
module_instanceModuleLoader

The instance of the loaded module.

namestr

The name of the module.

configdict

The configuration dictionary for the module.

Methods

load(builder) Loads the module instance.

load(builder)[source]

Loads the module instance.

Parameters
buildermrc.Builder

The Morpheus builder instance.

Previous morpheus.utils.module_utils
Next morpheus.utils.module_utils.ModuleLoaderFactory
© Copyright 2024, NVIDIA. Last updated on Mar 3, 2025.