mirror of https://github.com/hpcaitech/ColossalAI
10 lines
317 B
Python
10 lines
317 B
Python
|
from .addmm import colo_addmm
|
||
|
from .batch_norm import colo_batch_norm
|
||
|
from .element_wise import *
|
||
|
from .embedding import colo_embedding
|
||
|
from .embedding_bag import colo_embedding_bag
|
||
|
from .layernorm import colo_layernorm
|
||
|
from .linear import colo_linear
|
||
|
from .loss import colo_cross_entropy
|
||
|
from .view import colo_view
|