Method Not
Not(TensorInt, TensorInt)
Performs an element-wise Not
logical operation: f(x) = ~x.
Declaration
public virtual void Not(TensorInt X, TensorInt O)
Parameters
Type | Name | Description |
---|---|---|
TensorInt | X | The input tensor. |
TensorInt | O | The output tensor to be computed and filled. |