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

Function get

include/af/dim4.hpp:103–103  ·  view source on GitHub ↗

Returns the underlying pointer to the dim4 object

Source from the content-addressed store, hash-verified

101
102 /// Returns the underlying pointer to the dim4 object
103 dim_t *get() { return dims; }
104
105 /// Returns the underlying pointer to the dim4 object
106 const dim_t *get() const { return dims; }

Callers 15

getBufferWithOffsetMethod · 0.50
ModuleClass · 0.50
deviceMethod · 0.50
getMappedPtrMethod · 0.50
checkAndMigrateFunction · 0.50
DeviceManagerMethod · 0.50
ModuleClass · 0.50
loggerFactoryFunction · 0.50
util.cppFile · 0.50
nnManagerFunction · 0.50
device<__half>Method · 0.50
checkAndMigrateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected