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

Method setId

src/backend/cuda/Array.hpp:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
196#define INFO_FUNC(RET_TYPE, NAME) \
197 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