Class UnrolledSequenceOp
- Namespace
- AiDotNet.JitCompiler.IR.Operations
- Assembly
- AiDotNet.dll
Represents an unrolled sequence of operations.
public class UnrolledSequenceOp : IROp
- Inheritance
-
UnrolledSequenceOp
- Inherited Members
Properties
Operations
Gets or sets the list of operation types in the sequence.
public List<string> Operations { get; set; }
Property Value
OriginalOperations
Gets or sets the original operations.
public List<IROp> OriginalOperations { 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()