ForOp
scair.dialects.scf.ForOp
case class ForOp(lowerBound: Value[AnySignlessIntegerOrIndex], upperBound: Value[AnySignlessIntegerOrIndex], step: Value[AnySignlessIntegerOrIndex], initArgs: Value[Attribute], region: Region, resultss: Seq[Result[Attribute]]) extends DerivedOperation["scf.for", ForOp]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DerivedOperation["scf.for", ForOp]trait Operationtrait IRNodeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Operation
Attributes
- Inherited from:
- Operation
Attributes
- Inherited from:
- Operation
Attributes
- Inherited from:
- Operation
Attributes
- Inherited from:
- Operation
Attributes
- Inherited from:
- IRNode
Attributes
- Inherited from:
- DerivedOperation
Attributes
- Inherited from:
- DerivedOperation
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- DerivedOperation
Attributes
- Inherited from:
- DerivedOperation
Attributes
- Inherited from:
- DerivedOperation
Attributes
- Inherited from:
- DerivedOperation
Attributes
- Inherited from:
- Operation
Attributes
- Definition Classes
- Inherited from:
- DerivedOperation
Givens
Givens
In this article