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

Function load_numpy_internals

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

Source from the content-addressed store, hash-verified

161};
162
163PYBIND11_NOINLINE void load_numpy_internals(numpy_internals *&ptr) {
164 ptr = &get_or_create_shared_data<numpy_internals>("_numpy_internals");
165}
166
167inline numpy_internals &get_numpy_internals() {
168 static numpy_internals *ptr = nullptr;

Callers 1

numpy.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected