MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / setDataDims

Method setDataDims

src/backend/cpu/Array.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329template<typename T>
330void Array<T>::setDataDims(const dim4 &new_dims) {
331 data_dims = new_dims;
332 modDims(new_dims);
333}
334
335#define INSTANTIATE(T) \
336 template Array<T> createHostDataArray<T>(const dim4 &dims, \

Callers 5

sortBatchedFunction · 0.45
sortFunction · 0.45
sort_indexFunction · 0.45
sort_by_keyFunction · 0.45
modDimsFunction · 0.45

Calls 1

modDimsFunction · 0.50

Tested by

no test coverage detected