MCPcopy Create free account
hub / github.com/pybind/pybind11 / data

Function data

include/pybind11/numpy.h:1441–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439
1440 template <typename... Ix>
1441 const T *data(Ix... index) const {
1442 return static_cast<const T *>(array::data(index...));
1443 }
1444
1445 template <typename... Ix>
1446 T *mutable_data(Ix... index) {

Callers 3

uncheckedMethod · 0.70
numpy.hFile · 0.70
loadMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected