Method allTensor
static member allTensor: Tensor<bool> -> Tensor<bool>
Checks if all elements of the tensor are true returning the result as a tensor.
Declaration
static member allTensor: 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. |