flatten ( tensor -- tensor )
Tensors ยป Manipulating Tensors

Prev:reshape ( tensor shape -- tensor )
Next:t+ ( x y -- tensor )


Vocabulary
tensors

Inputs
tensora tensor


Outputs
tensora tensor


Word description
Reshapes tensor so that it is one-dimensional.

Definition