You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ColossalAI/colossalai/nn/layer/__init__.py

10 lines
281 B

from .parallel_1d import *
from .parallel_2d import *
from .parallel_2p5d import *
from .parallel_3d import *
from .parallel_sequence import *
from .parallel_vision_transformer import *
from .vanilla_resnet import *
from .vanilla_vision_transformer import *
from .wrapper import *