Enum ActivationDataType
public enum ActivationDataType
Fields
Float16 = 1Use float16 as the activation data type.
Float32 = 0Use float32 as the activation data type.
Int16 = 2Use int16 as the activation data type.
Int8 = 3Use int8 as the activation data type.