mirror of https://github.com/hpcaitech/ColossalAI
7 lines
203 B
Python
7 lines
203 B
Python
![]() |
from .linear import colo_linear
|
||
![]() |
from .element_wise import *
|
||
![]() |
from .layernorm import colo_layernorm
|
||
![]() |
from .loss import colo_cross_entropy
|
||
![]() |
from .embedding import colo_embedding
|
||
|
from .addmm import colo_addmm
|