Table of Contents

Class UnrolledElementwiseOp

Namespace
AiDotNet.JitCompiler.IR.Operations
Assembly
AiDotNet.dll

Represents an unrolled element-wise operation.

public class UnrolledElementwiseOp : IROp
Inheritance
UnrolledElementwiseOp
Inherited Members

Properties

BaseOperation

Gets or sets the base operation type.

public string BaseOperation { get; set; }

Property Value

string

TotalElements

Gets or sets the total number of elements.

public int TotalElements { get; set; }

Property Value

int

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