1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-04-30 20:55:17 +00:00
ColossalAI/colossalai/tensor/const.py
2022-05-06 12:57:14 +08:00

7 lines
103 B
Python

from enum import Enum
class TensorType(Enum):
MODEL = 0
NONMODEL = 1 # mainly activations