Method productTensor
static member productTensor: Tensor<'T> -> Tensor<'T>
Calculates the product all elements returning a Tensor.
Declaration
static member productTensor: src:Tensor<'T> -> Tensor<'T>
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | src | The tensor containing the source values. |
Returns
Type | Description |
---|---|
Tensor<'T> | A new scalar tensor containing the result of this operation. |