MCPcopy 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
452template<typename T>
453void 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

topkDim0Function · 0.45

Calls 1

modDimsFunction · 0.50

Tested by

no test coverage detected