mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-21 14:13:45 +00:00
9 lines
277 B
Python
9 lines
277 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
|
|
from .view import colo_view
|