Table of Contents

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

List<string>

OriginalOperations

Gets or sets the original operations.

public List<IROp> OriginalOperations { get; set; }

Property Value

List<IROp>

UnrollFactor

Gets or sets the unroll factor.

public int UnrollFactor { get; set; }

Property Value

int

Methods

ToString()

Returns a string representation.

public override string ToString()

Returns

string

Validate()

Validates the operation.

public override bool Validate()

Returns

bool