Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ sync
Method
sync
src/backend/cpu/queue.hpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void sync() {
117
count = 0;
118
if (!sync_calls) aQueue.sync();
119
}
120
121
bool is_worker() const {
122
return (!sync_calls) ? aQueue.is_worker() : false;
Callers
15
sync
Function · 0.45
computeHomography
Function · 0.45
findBestHomography
Function · 0.45
homography
Function · 0.45
harris
Function · 0.45
copy_vector_field
Function · 0.45
getRawPtr
Function · 0.45
nativeFree
Method · 0.45
orb
Function · 0.45
Array
Method · 0.45
device
Method · 0.45
writeHostDataArray
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected