Searched defs:GreaterThanCubOp (Results 1 – 1 of 1) sorted by relevance
364 struct GreaterThanCubOp { struct365 float threshold_;366 __host__ __device__ __forceinline__ GreaterThanCubOp(float threshold) in GreaterThanCubOp() function368 __host__ __device__ __forceinline__ bool operator()(const float& val) const { in operator ()()