ngraph.utils.input_validation.is_positive_value

ngraph.utils.input_validation.is_positive_value(x: Any) → bool

Determine whether the specified x is positive value.

Parameters

x – The value to check.

Returns

True if the specified x is positive value, False otherwise.