Method Not
Not(TensorInt)
Performs an element-wise Not logical operation: f(x) = ~x.
Declaration
public TensorInt Not(TensorInt X)
Parameters
| Type | Name | Description |
|---|---|---|
| TensorInt | X | The input tensor. |
Returns
| Type | Description |
|---|---|
| TensorInt | The computed output tensor. |