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

Method modDims

src/backend/cpu/Array.hpp:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 // data
191 void resetDims(const af::dim4 &dims) { info.resetDims(dims); }
192 void modDims(const af::dim4 &newDims) { info.modDims(newDims); }
193 void modStrides(const af::dim4 &newStrides) { info.modStrides(newStrides); }
194 void setId(int id) { info.setId(id); }
195

Callers 2

reorderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected