Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ lookup
Function
lookup
src/backend/cuda/kernel/orb.hpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
inline __device__ int lookup(const int n, cudaTextureObject_t tex) {
216
return tex1Dfetch<int>(tex, n);
217
}
218
219
template<typename T>
220
__global__ void extract_orb(unsigned* desc_out, const unsigned n_feat,
Callers
1
extract_orb
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected