Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getOffset
Method
getOffset
src/backend/cpu/Array.hpp:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
void eval() const;
238
239
dim_t getOffset() const { return info.getOffset(); }
240
shared_ptr<T> getData() const { return data; }
241
242
dim4 getDataDims() const { return data_dims; }
Callers
4
createSubArray
Function · 0.45
af_get_offset
Function · 0.45
pointList
Function · 0.45
print
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected