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

Method setId

src/backend/opencl/Array.hpp:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 void modDims(const af::dim4 &newDims) { info.modDims(newDims); }
197 void modStrides(const af::dim4 &newStrides) { info.modStrides(newStrides); }
198 void setId(int id) { info.setId(id); }
199
200#define INFO_FUNC(RET_TYPE, NAME) \
201 RET_TYPE NAME() const { return info.NAME(); }

Callers 3

evalMethod · 0.95
checkAndMigrateFunction · 0.45
evalMultipleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected