MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / alignment

Method alignment

ThirdParty/pybind11/include/pybind11/numpy.h:622–622  ·  view source on GitHub ↗

Alignment of the data type

Source from the content-addressed store, hash-verified

620
621 /// Alignment of the data type
622 int alignment() const { return detail::array_descriptor_proxy(m_ptr)->alignment; }
623
624 /// Flags for the array descriptor
625 char flags() const { return detail::array_descriptor_proxy(m_ptr)->flags; }

Callers

nothing calls this directly

Calls 1

array_descriptor_proxyFunction · 0.85

Tested by

no test coverage detected