forked from OSchip/llvm-project
54d432aa6b
Based on the PyType and PyConcreteType classes, this patch implements the bindings of Shaped Type, Tensor Type and MemRef Type subclasses. The Tensor Type and MemRef Type are bound as ranked and unranked separately. This patch adds the ***GetChecked C API to make sure the python side can get a valid type or a nullptr. Shaped type is not a kind of standard types, it is the base class for vectors, memrefs and tensors, this patch binds the PyShapedType class as the base class of Vector Type, Tensor Type and MemRef Type subclasses. Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D87091 |
||
---|---|---|
.. | ||
AffineMap.h | ||
Core.h | ||
IR.h | ||
Registration.h | ||
StandardAttributes.h | ||
StandardTypes.h |