mirror of https://github.com/hpcaitech/ColossalAI
5 lines
184 B
Python
5 lines
184 B
Python
|
from .utils import register_ophooks_recursively, BaseOpHook
|
||
|
from ._memtracer_ophook import MemTracerOpHook
|
||
|
|
||
|
__all__ = ["BaseOpHook", "MemTracerOpHook", "register_ophooks_recursively"]
|