Reduce a tensor along specified dimensions.
Usage
nv_reduce_sum(operand, dims, drop = TRUE)
nv_reduce_mean(operand, dims, drop = TRUE)
nv_reduce_prod(operand, dims, drop = TRUE)
nv_reduce_max(operand, dims, drop = TRUE)
nv_reduce_min(operand, dims, drop = TRUE)
nv_reduce_any(operand, dims, drop = TRUE)
nv_reduce_all(operand, dims, drop = TRUE)