Class VectorizedMatMulOp
- Namespace
- AiDotNet.JitCompiler.IR.Operations
- Assembly
- AiDotNet.dll
Vectorized matrix multiplication operation.
public class VectorizedMatMulOp : IROp
- Inheritance
-
VectorizedMatMulOp
- Inherited Members
Properties
TileSize
Gets or sets the tile size.
public int TileSize { get; set; }
Property Value
UseTiling
Gets or sets whether to use tiling.
public bool UseTiling { get; set; }
Property Value
VectorWidth
Gets or sets the vector width.
public int VectorWidth { get; set; }
Property Value
Methods
ToString()
Returns a string representation.
public override string ToString()
Returns
Validate()
Validates the operation.
public override bool Validate()