Table of Contents

Enum IRType

Namespace
AiDotNet.JitCompiler.IR
Assembly
AiDotNet.dll

Represents the data type of a tensor in the IR.

public enum IRType
Extension Methods

Fields

Byte = 4
Complex = 12
Decimal = 10
Float32 = 0
Float64 = 1
Half = 11
Int16 = 6
Int32 = 2
Int64 = 3
SByte = 5
UInt16 = 7
UInt32 = 8
UInt64 = 9