Searched refs:GetAval (Results 1 – 4 of 4) sorted by relevance
110 pybind11::object GetAval() const { return aval_.value(); } in GetAval() function
169 pybind11::object GetAval() const { return aval_; } in GetAval() function
279 .def_property("aval", &PyBuffer::GetAval, &PyBuffer::SetAval) in PYBIND11_MODULE()
411 .def_property_readonly("aval", &ShardedDeviceArray::GetAval) in BuildPmapSubmodule()