arange ( a b step -- tensor )
Tensors ยป Creating Tensors

Prev:naturals ( shape -- tensor )
Next:(tensor) ( shape -- tensor )


Vocabulary
tensors

Inputs
aa number
ba number
stepa number


Outputs
tensora tensor


Word description
Initializes a one-dimensional tensor with values in a range from a to b (inclusive) with step-size step.

Definition