torch-mlir/lib/Dialect/Basicpy
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
..
BasicpyDialect.cpp Add basicpy.SlotObject type and ops to create/index into it. 2020-05-05 18:16:01 -07:00
BasicpyOps.cpp Add basicpy.SlotObject type and ops to create/index into it. 2020-05-05 18:16:01 -07:00
CMakeLists.txt Create skeleton for 'Basicpy' dialect. 2020-05-04 17:48:02 -07:00