Home
last modified time | relevance | path

Searched refs:PyShapedType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp228 class PyShapedType : public PyConcreteType<PyShapedType> { class
237 [](PyShapedType &self) { in bindDerived()
248 [](PyShapedType &self) { in bindDerived()
255 [](PyShapedType &self) -> bool { in bindDerived()
261 [](PyShapedType &self, intptr_t dim) -> bool { in bindDerived()
270 [](PyShapedType &self, intptr_t dim) { in bindDerived()
284 [](PyShapedType &self, int64_t val) -> bool { in bindDerived()
293 [](PyShapedType &self) { in bindDerived()
357 : public PyConcreteType<PyRankedTensorType, PyShapedType> {
401 : public PyConcreteType<PyUnrankedTensorType, PyShapedType> {
[all …]