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

Method strides_ptr

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

Source from the content-addressed store, hash-verified

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

Callers 1

removeEmptyDimensionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected