|
static __device__ T | add (T a, T b) |
|
static __device__ T | sub (T a, T b) |
|
static __device__ T | mul (T a, T b) |
|
static __device__ T | neg (T v) |
|
static __device__ T | reduceAdd (T v) |
| For a vector type, this is a horizontal add, returning sum(v_i)
|
|
static __device__ bool | lt (T a, T b) |
|
static __device__ bool | gt (T a, T b) |
|
static __device__ bool | eq (T a, T b) |
|
static __device__ T | zero () |
|
template<typename T>
struct faiss::gpu::Math< T >
Definition at line 25 of file MathOperators.cuh.
The documentation for this struct was generated from the following file: