Method anyTensor
static member anyTensor: Tensor<bool> -> Tensor<bool>
Checks if any element of the tensor is true returning the result as a tensor.
Declaration
static member anyTensor: src:Tensor<bool> -> Tensor<bool>
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor<bool> | src | The tensor containing the source values. |
Returns
| Type | Description |
|---|---|
| Tensor<bool> | A new tensor containing the result of this operation. |