spine.post.manager
Manages the operation of post-processors.
Classes
|
Manager in charge of handling post-processors. |
- class spine.post.manager.PostManager(cfg: Mapping[str, dict[str, Any] | None], post_list: Sequence[str] | None = None, parent_path: str | None = None)[source]
Manager in charge of handling post-processors.
It loads all the post-processor objects once and feeds them data.
Methods
__call__(data)Pass one batch of data through the managed modules.