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

Method dims_ptr

src/backend/cuda/Param.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 dim_t *dims_ptr() { return dims; }
39 dim_t *strides_ptr() { return strides; }
40
41 Param(const Param<T> &other) noexcept = default;

Callers 1

removeEmptyDimensionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected