Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getDataDims
Method
getDataDims
src/backend/cpu/Array.hpp:242–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
shared_ptr<T> getData() const { return data; }
241
242
dim4 getDataDims() const { return data_dims; }
243
244
void setDataDims(const dim4 &new_dims);
245
Callers
8
getNode
Method · 0.95
fft_inplace
Function · 0.45
fft_r2c
Function · 0.45
fft_c2r
Function · 0.45
index
Function · 0.45
Array
Method · 0.45
createSubArray
Function · 0.45
assign
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected