/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-6.4.3/include/ck/utility/reduction_enums.hpp File Reference#
reduction_enums.hpp File Reference
Go to the source code of this file.
Namespaces | |
ck | |
Enumerations | |
enum class | ck::ReduceTensorOp { ck::ADD = 0 , ck::MUL = 1 , ck::MIN = 2 , ck::MAX = 3 , ck::AMAX = 4 , ck::AVG = 5 , ck::NORM1 = 6 , ck::NORM2 = 7 } |
enum class | ck::NanPropagation { ck::NOT_PROPAGATE_NAN = 0 , ck::PROPAGATE_NAN = 1 } |
enum class | ck::ReduceTensorIndices { ck::NO_INDICES = 0 , ck::FLATTENED_INDICES = 1 } |
enum class | ck::IndicesType { ck::INDICES_32BIT = 0 , ck::INDICES_64BIT = 1 , ck::INDICES_16BIT = 2 , ck::INDICES_8BIT = 3 } |