MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / lookup

Function lookup

src/backend/cuda/kernel/fast.hpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105inline __device__ int lookup(const int n, cudaTextureObject_t tex) {
106 return (int)tex1Dfetch<unsigned char>(tex, n);
107}
108
109template<typename T, int arc_length>
110__device__ void locate_features_core(T *local_image, float *score,

Callers 1

locate_features_coreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected