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