Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Array
Method · 0.45
evalMultiple
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected