Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ data
Function
data
dlib/external/pybind11/include/pybind11/numpy.h:1219–1221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1217
1218
template <typename... Ix>
1219
const T *data(Ix... index) const {
1220
return static_cast<const T *>(array::data(index...));
1221
}
1222
1223
template <typename... Ix>
1224
T *mutable_data(Ix... index) {
Callers
3
unchecked
Method · 0.70
numpy.h
File · 0.70
load
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected