Table of Contents

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

string

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