Deep.Net


LoopInputT

Namespace: SymTensor
Parent Module: Expr

a loop variable value specification

Union Cases

Union CaseDescription
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

Fork me on GitHub