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

Method setId

src/backend/oneapi/Array.hpp:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 void modDims(const af::dim4 &newDims) { info.modDims(newDims); }
215 void modStrides(const af::dim4 &newStrides) { info.modStrides(newStrides); }
216 void setId(int id) { info.setId(id); }
217
218#define INFO_FUNC(RET_TYPE, NAME) \
219 RET_TYPE NAME() const { return info.NAME(); }

Callers 2

evalMethod · 0.95
evalMultipleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected