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 = 4Complex = 12Decimal = 10Float32 = 0Float64 = 1Half = 11Int16 = 6Int32 = 2Int64 = 3SByte = 5UInt16 = 7UInt32 = 8UInt64 = 9