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

Method getData

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

Source from the content-addressed store, hash-verified

164 Array(const af::dim4 &dims, common::Node_ptr n);
165
166 std::shared_ptr<T> getData() const { return data; }
167
168 public:
169 Array(const Array<T> &other) = default;

Callers 2

ArrayMethod · 0.45
evalMultipleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected