ngraph.opset1.ops.is_non_negative_value

ngraph.opset1.ops.is_non_negative_value(x: Any) → bool

Determine whether the specified x is non-negative value.

Parameters

x – The value to check.

Returns

True if the specified x is non-negative value, False otherwise.