mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-16 23:52:00 +00:00
8 lines
249 B
Python
8 lines
249 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
|
|
from .embedding_bag import colo_embedding_bag
|