MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / mutable_data

Function mutable_data

deps/pybind11-2.13.1/include/pybind11/numpy.h:1224–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222
1223 template <typename... Ix>
1224 T *mutable_data(Ix... index) {
1225 return static_cast<T *>(array::mutable_data(index...));
1226 }
1227
1228 // Reference to element at a given index
1229 template <typename... Ix>

Callers 3

mutable_uncheckedMethod · 0.85
numpy.hFile · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected