Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp396 class PyDenseElementsAttribute class
397 : public PyConcreteAttribute<PyDenseElementsAttribute> {
403 static PyDenseElementsAttribute
506 static PyDenseElementsAttribute getSplat(const PyType &shapedType, in getSplat()
618 c.def("__len__", &PyDenseElementsAttribute::dunderLen) in bindDerived()
619 .def_static("get", PyDenseElementsAttribute::getFromBuffer, in bindDerived()
624 .def_static("get_splat", PyDenseElementsAttribute::getSplat, in bindDerived()
631 .def_buffer(&PyDenseElementsAttribute::accessBuffer); in bindDerived()
689 PyDenseElementsAttribute> {
817 PyDenseElementsAttribute> {
[all …]