Go to the source code of this file.
|
| template<int rank, int myStyle> |
| int | yakl::intrinsics::count (Array< bool, rank, memDevice, myStyle > const &mask, Stream stream=Stream()) |
| |
| template<int rank, int myStyle> |
| int | yakl::intrinsics::count (Array< bool, rank, memHost, myStyle > const &mask) |
| |
| template<int rank, class D0 , class D1 , class D2 , class D3 > |
| YAKL_INLINE int | yakl::intrinsics::count (FSArray< bool, rank, D0, D1, D2, D3 > const &mask) |
| |
| template<int rank, unsigned D0, unsigned D1, unsigned D2, unsigned D3> |
| YAKL_INLINE int | yakl::intrinsics::count (SArray< bool, rank, D0, D1, D2, D3 > const &mask) |
| |