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

Method setId

src/backend/common/ArrayInfo.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ArrayInfo::setId(int id) const {
84 const_cast<ArrayInfo *>(this)->setId(id);
85}
86
87void ArrayInfo::setId(int id) {
88 /// Shift the backend flag to the end of the devId integer

Callers

nothing calls this directly

Calls 1

getBackendFunction · 0.50

Tested by

no test coverage detected