We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None
Currently they are treated as False in ch2o:
False
chainer-compiler/ch2o/ch2o/utils.py
Line 112 in 2298109
How to check:
diff --git a/ch2o/tests/syntax/Cmp.py b/ch2o/tests/syntax/Cmp.py index fa8913b..e1ab3fc 100644 --- a/ch2o/tests/syntax/Cmp.py +++ b/ch2o/tests/syntax/Cmp.py @@ -67,6 +67,7 @@ if __name__ == '__main__': for x, y in [(None, None), (42, None), (True, None), + (False, None), (True, False), (True, True), (False, False), @@ -75,4 +76,3 @@ if __name__ == '__main__': (np.array(42), np.array(42))]: ch2o.generate_testcase(cls(), [x, y], subname='%s_%s_%s' % (x, name, y)) -
$ python3 scripts/ch2ocheck.py ch2o/tests/syntax/Cmp.py
Thoughts to implement:
Null
ChxVMVar
Undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently they are treated as
False
in ch2o:chainer-compiler/ch2o/ch2o/utils.py
Line 112 in 2298109
How to check:
$ python3 scripts/ch2ocheck.py ch2o/tests/syntax/Cmp.py
Thoughts to implement:
Null
kind ofChxVMVar
toUndefined
None
in ONNX representationThe text was updated successfully, but these errors were encountered: