Table of Contents

Enum ActivationDataType

public enum ActivationDataType

Fields

Float16 = 1

Use float16 as the activation data type.

Float32 = 0

Use float32 as the activation data type.

Int16 = 2

Use int16 as the activation data type.

Int8 = 3

Use int8 as the activation data type.