Deep.Net


Seq

Namespace: Tensor.Utils

Functions and values

Function or valueDescription
counting
Signature: seq<int>

sequence counting from zero to infinity

countingFrom from
Signature: from:int -> seq<int>

sequence counting from given value to infinity

everyNth n input
Signature: n:int -> input:seq<'?184020> -> seq<'?184020>
Type parameters: '?184020

every n-th element of the given sequence

shuffle seed input
Signature: seed:int -> input:seq<'?184022> -> seq<'?184022>
Type parameters: '?184022

shuffles a finite sequence using the given seed

Fork me on GitHub