Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp96 static T pyTryCast(py::handle object) { in pyTryCast() function
156 mlirAttributes.push_back(pyTryCast<PyAttribute>(attribute)); in bindDerived()
184 attributes.push_back(pyTryCast<PyAttribute>(attr)); in bindDerived()