MCPcopy 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
215inline __device__ int lookup(const int n, cudaTextureObject_t tex) {
216 return tex1Dfetch<int>(tex, n);
217}
218
219template<typename T>
220__global__ void extract_orb(unsigned* desc_out, const unsigned n_feat,

Callers 1

extract_orbFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected