Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ get
Method
get
src/backend/oneapi/Array.hpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
sycl::buffer<T> *get() const {
265
if (!isReady()) { eval(); }
266
return data.get();
267
}
268
269
template<typename outT>
270
sycl::buffer<outT> getBufferWithOffset(dim_t offset = -1) const {
Callers
15
Array
Class · 0.95
device
Method · 0.95
reorder
Function · 0.45
getQueueHandle
Function · 0.45
platform.cpp
File · 0.45
fft_inplace
Function · 0.45
fft_r2c
Function · 0.45
fft_c2r
Function · 0.45
join
Function · 0.45
diagExtract
Function · 0.45
reduceBlocksByKey
Function · 0.45
reduceBlocksByKeyDim
Function · 0.45
Calls
1
eval
Class · 0.70
Tested by
no test coverage detected