ColossalAI/colossalai/fx/tracer/meta_patch/__init__.py

4 lines
86 B
Python
Raw Normal View History

from .registry import *
from .patched_function import *
from .patched_module import *