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)
(nv_tensor) Operand.
nv_tensor
(integer()) The new shape.
integer()