Searched defs:BitwiseOrFunctor (Results 1 – 1 of 1) sorted by relevance
35 struct BitwiseOrFunctor { struct36 __device__ __forceinline__ scalar_t operator()(scalar_t a, scalar_t b) const { in operator ()()42 struct BitwiseOrFunctor<bool> { struct43 __device__ __forceinline__ bool operator()(bool a, bool b) const { in operator ()()