This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
b1c2901530
ColossalAI
/
colossalai
/
tensor
/
const.py
7 lines
103 B
Python
Raw
Blame
History
from
enum
import
Enum
class
TensorType
(
Enum
)
:
MODEL
=
0
NONMODEL
=
1
# mainly activations
Reference in New Issue
View Git Blame
Copy Permalink