Method minTensor
static member minTensor: Tensor<'T> -> Tensor<'T>
Calculates the minimum all elements returning a Tensor.
Declaration
static member minTensor: 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. |