torch-mlir/python/samples
Stella Laurenzo 750541e9a9 Extend type inference so that it works across conditional boundaries.
* The implementation is still limited but gives something to build on.
2020-06-10 21:33:17 -07:00
..
ast_extraction.py Fix issue with float_attr. 2020-06-06 22:01:38 -07:00
compile_add.py Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
const.py Add implicit constant capture. 2020-05-08 17:55:02 -07:00
dot.py Add hook for __array_function__ and (failing) np.dot sample. 2020-05-03 13:39:30 -07:00
simple_ufunc.py Cleanup python namespace a bit for standalone use. 2020-05-02 21:54:13 -07:00
slice.py Add numpy.get_slice op and wire it up to the tracer. 2020-05-08 16:04:58 -07:00
transpose.py Handle np.transpose() and ndarray.T shortcut. 2020-05-04 16:20:36 -07:00