Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void *getRawPtr(const array &in) {
39
void *ptr = NULL;
40
AF_THROW(af_get_raw_ptr(&ptr, in.get()));
41
return ptr;
42
}
43
44
bool isLinear(const array &in) {
45
bool is_linear = false;
Callers
3
TEST
Function · 0.50
TEST
Function · 0.50
af_get_raw_ptr
Function · 0.50
Calls
2
af_get_raw_ptr
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected