Fixed bug in ExprOp that caused bitwise operators to fail when a basic python type...
authorpankratz <35379668+dpankratz@users.noreply.github.com>
Mon, 10 Feb 2020 19:33:51 +0000 (12:33 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 19:33:51 +0000 (11:33 -0800)
commitd55e21ffbb53b4bc95441b2e22bae76f36e35f7c
treed5c632d5ec5bd6f5b5c521dd35242cb78ddf9643
parentee2d3cc3995450205cb470ba12eff8beff3336f8
Fixed bug in ExprOp that caused bitwise operators to fail when a basic python type was on the left hand side of the expression. Added regression test for crashing cases. (#4852)
python/tvm/expr.py
tests/python/unittest/test_lang_basic.py