Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp193 class PyFloatAttribute : public PyConcreteAttribute<PyFloatAttribute> { class
212 return PyFloatAttribute(type.getContext(), attr); in bindDerived()
221 return PyFloatAttribute(context->getRef(), attr); in bindDerived()
230 return PyFloatAttribute(context->getRef(), attr); in bindDerived()
236 [](PyFloatAttribute &self) { in bindDerived()
903 PyFloatAttribute::bind(m); in populateIRAttributes()