Lines Matching refs:PyDenseElementsAttribute
396 class PyDenseElementsAttribute class
397 : public PyConcreteAttribute<PyDenseElementsAttribute> {
403 static PyDenseElementsAttribute
498 return PyDenseElementsAttribute(contextWrapper->getRef(), attr); in getFromBuffer()
506 static PyDenseElementsAttribute getSplat(const PyType &shapedType, in getSplat()
536 return PyDenseElementsAttribute(contextWrapper->getRef(), elements); 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()
628 [](PyDenseElementsAttribute &self) -> bool { in bindDerived()
631 .def_buffer(&PyDenseElementsAttribute::accessBuffer); in bindDerived()
689 PyDenseElementsAttribute> {
817 PyDenseElementsAttribute> {
897 PyDenseElementsAttribute::bind(m); in populateIRAttributes()