get_plugin
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the plugin module with the specified name.
Prototype
1 | get_plugin(plugin_name: str) -> Union[ModuleType, None] |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
plugin_name |
Input |
Plug-in name (for example, math or nn). |
Returns
(ModuleType | None) Plug-in module object. None is returned if the object is not found.
Restrictions
None
Parent topic: ES APIs