Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp274 class PyBoolAttribute : public PyConcreteAttribute<PyBoolAttribute> { class
285 return PyBoolAttribute(context->getRef(), attr); in bindDerived()
291 [](PyBoolAttribute &self) { return mlirBoolAttrGetValue(self); }, in bindDerived()
896 PyBoolAttribute::bind(m); in populateIRAttributes()