Skip to contents

Multiplies tensor elements along dimensions.

Usage

nvl_reduce_prod(operand, dims, drop = TRUE)

Arguments

operand

(tensorish)
Operand.

dims

(integer())
Dimensions to reduce.

drop

(logical(1))
Whether to drop reduced dimensions.

Value

tensorish