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.
ColossalAI/colossalai/nn/_ops
HELSON 260a55804a
[hotfix] fix shape error in backward when using ColoTensor (#1298)
2 years ago
..
__init__.py
_utils.py
addmm.py [hotfix] fix shape error in backward when using ColoTensor (#1298) 2 years ago
element_wise.py [tensor] add zero_like colo op, important for Optimizer (#1236) 2 years ago
embedding.py [hotfix] fix bert model test in unitests (#1272) 2 years ago
embedding_bag.py [tensor] a shorter shard and replicate spec (#1245) 2 years ago
layernorm.py [tensor] a shorter shard and replicate spec (#1245) 2 years ago
linear.py [hotfix] fix shape error in backward when using ColoTensor (#1298) 2 years ago
loss.py