Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp326 class PyVectorType : public PyConcreteType<PyVectorType, PyShapedType> { class
348 return PyVectorType(elementType.getContext(), t); in bindDerived()
673 PyVectorType::bind(m); in populateIRTypes()