torch-mlir/include/npcomp/Dialect/Numpy
Stella Laurenzo bc5ef81d68 Add basicpy.SlotObject type and ops to create/index into it.
* This is intended to provide low-level modeling for built-in objects.
* It is now possible to trace slice tuples (which are tuples of NoneType|EllipsisType|SlotObjectType<slice, ...>).
2020-05-05 18:16:01 -07:00
..
CMakeLists.txt Add stub numpy dialect. 2020-04-26 17:20:58 -07:00
NumpyDialect.h Add central registration for type ranges. 2020-05-05 14:16:39 -07:00
NumpyDialect.td Add basicpy.SlotObject type and ops to create/index into it. 2020-05-05 18:16:01 -07:00
NumpyOps.h Add !numpy.any_dtype dialect type. 2020-04-29 18:20:42 -07:00
NumpyOps.td Handle np.transpose() and ndarray.T shortcut. 2020-05-04 16:20:36 -07:00