Composable Kernel: include/ck/tensor_operation/gpu/device/device_normalization_fwd.hpp File Reference
#include <iostream>
#include <vector>
#include "ck/tensor_operation/gpu/device/device_base.hpp"
Go to the source code of this file.
|
template<typename XDataType , typename GammaDataType , typename BetaDataType , typename YDataType , typename SaveMeanInvStdDataType , typename YElementwiseOperation , index_t Rank, index_t NumReduceDim> |
using | ck::tensor_operation::device::DeviceNormalizationFwdPtr = std::unique_ptr< DeviceNormalizationFwd< XDataType, GammaDataType, BetaDataType, YDataType, SaveMeanInvStdDataType, YElementwiseOperation, Rank, NumReduceDim > > |
|