Class UnrolledReductionOp
- Namespace
- AiDotNet.JitCompiler.IR.Operations
- Assembly
- AiDotNet.dll
Represents an unrolled reduction operation.
public class UnrolledReductionOp : IROp
- Inheritance
-
UnrolledReductionOp
- Inherited Members
Properties
ReductionType
Gets or sets the reduction type (Sum, Mean, Max, etc.).
public string ReductionType { get; set; }
Property Value
UnrollFactor
Gets or sets the unroll factor.
public int UnrollFactor { get; set; }
Property Value
Methods
ToString()
Returns a string representation.
public override string ToString()
Returns
Validate()
Validates the operation.
public override bool Validate()