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

Function getRawPtr

src/api/cpp/internal.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void *getRawPtr(const array &in) {
39 void *ptr = NULL;
40 AF_THROW(af_get_raw_ptr(&ptr, in.get()));
41 return ptr;
42}
43
44bool isLinear(const array &in) {
45 bool is_linear = false;

Callers 3

TESTFunction · 0.50
TESTFunction · 0.50
af_get_raw_ptrFunction · 0.50

Calls 2

af_get_raw_ptrFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected