openvino.runtime.opset11.not_equal#
- openvino.runtime.opset11.not_equal(left_node: Node | int | float | ndarray, right_node: Node | int | float | ndarray, auto_broadcast: str = 'NUMPY', name: str | None = None) Node #
Return node which checks if input nodes are unequal element-wise.
- Parameters:
left_node – The first input node for not-equal operation.
right_node – The second input node for not-equal operation.
auto_broadcast – The type of broadcasting specifies rules used for auto-broadcasting of input tensors.
name – The optional name for output new node.
- Returns:
The node performing element-wise inequality check.