LoopInputT
Namespace: SymTensor
Parent Module: Expr
a loop variable value specification
Union Cases
Union Case | Description |
ConstArg(argIdx)
Signature: int
|
provides the loop argument to all loop iterations
|
IterationIndex
Signature:
|
provides the index of the current loop iteration (zero-based)
|
IterationsRemaining
Signature:
|
provides the number of remaining loop iterations after this iteration
|
PreviousChannel(PreviousChannelT)
Signature: PreviousChannelT
|
provides the value of a loop channel from a previous loop iteration
|
SequenceArgSlice(SequenceArgSliceT)
Signature: SequenceArgSliceT
|
provides a slice of the loop argument to each loop iteration
|