R/api.R
nv_reshape.Rd
Reshape a tensor. Note that row-major order is used, which differs from R's column-major order.
nv_reshape(operand, shape)
(tensorish) Operand.
tensorish
(integer()) The new shape.
integer()