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
TotalElements
Gets or sets the total number of elements.
public int TotalElements { 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()