Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ setDataDims
Method
setDataDims
src/backend/cuda/Array.cpp:453–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
452
template<typename T>
453
void Array<T>::setDataDims(const dim4 &new_dims) {
454
data_dims = new_dims;
455
modDims(new_dims);
456
}
457
458
#define INSTANTIATE(T) \
459
template Array<T> createHostDataArray<T>(const dim4 &size, \
Callers
1
topkDim0
Function · 0.45
Calls
1
modDims
Function · 0.50
Tested by
no test coverage detected