device_softmax.hpp File Reference#
device_softmax.hpp File Reference
#include <memory>#include <vector>#include "ck/ck.hpp"#include "ck/tensor_operation/gpu/device/device_base.hpp"Go to the source code of this file.
Classes | |
| struct | ck::tensor_operation::device::DeviceSoftmax< InDataType, AccDataType, OutDataType, InElementwiseOp, AccElementwiseOp, Rank, NumReduceDim > |
Namespaces | |
| namespace | ck |
| namespace | ck::tensor_operation |
| namespace | ck::tensor_operation::device |
Typedefs | |
| template<typename InDataType, typename AccDataType, typename OutDataType, typename InElementwiseOp, typename AccElementwiseOp, index_t Rank, index_t NumReduceDim> | |
| using | ck::tensor_operation::device::DeviceSoftmaxPtr |