MCPcopy Create free account
hub / github.com/davisking/dlib / byteorder

Method byteorder

dlib/external/pybind11/include/pybind11/numpy.h:737–737  ·  view source on GitHub ↗

Single character for byteorder

Source from the content-addressed store, hash-verified

735
736 /// Single character for byteorder
737 char byteorder() const { return detail::array_descriptor_proxy(m_ptr)->byteorder; }
738
739/// Alignment of the data type
740#ifdef PYBIND11_NUMPY_1_ONLY

Callers

nothing calls this directly

Calls 1

array_descriptor_proxyFunction · 0.85

Tested by

no test coverage detected