openvino
openvino copied to clipboard
Fix use of `OPENVINO_ASSERT`
Details:
-
OPENVINO_ASSERT
takes boolean expression as first argument. In order to explicitly throw AssertFailure, need to specifyfalse
, non-empty string will be treated astrue