Computes the arithmetic mean along the specified dimensions.
Value
tensorish
Has the same data type as the input.
When drop = TRUE, the reduced dimensions are removed.
When drop = FALSE, the reduced dimensions are set to 1.
Details
Implemented as nv_reduce_sum(operand, dims, drop) / n where n is the
product of the reduced dimension sizes.