MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / device

Method device

src/backend/cpu/Array.hpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 T *device();
257
258 T *device() const { return const_cast<Array<T> *>(this)->device(); }
259
260 T *get(bool withOffset = true) {
261 return const_cast<T *>(

Callers 1

getDevicePtrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected