mirror of https://github.com/hpcaitech/ColossalAI
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.
7 lines
203 B
7 lines
203 B
3 years ago
|
from .linear import colo_linear
|
||
3 years ago
|
from .element_wise import *
|
||
3 years ago
|
from .layernorm import colo_layernorm
|
||
3 years ago
|
from .loss import colo_cross_entropy
|
||
3 years ago
|
from .embedding import colo_embedding
|
||
|
from .addmm import colo_addmm
|