torch-mlir/python
Stella Laurenzo e18e8e0a96 Add boolean/logical operations (and, or, not).
* Adds a new to_boolean op to evaluate a value as a truthy i1
* Uses cascading scf.if ops to properly evaluate and/or sequences (short-circuit and original value returning)
* Adds a helper to construct select ops and uses it to implement 'not'
2020-06-09 00:01:21 -07:00
..
npcomp Add boolean/logical operations (and, or, not). 2020-06-09 00:01:21 -07:00
samples Fix issue with float_attr. 2020-06-06 22:01:38 -07:00
.style.yapf Implement __array_func__ hook and use it to trace np.dot. 2020-05-04 15:47:01 -07:00
CMakeLists.txt Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00
run_tests.py Add python binding for running passes. 2020-06-03 01:29:59 -07:00