NORM2, true, false > Struct Reference#
ck::reduce_unary_operator< ReduceTensorOp::NORM2, true, false > Struct Reference
#include <reduction_operator_mapping.hpp>
Public Types | |
| using | InElementwiseOperation = tensor_operation::element_wise::UnarySquare |
| using | AccElementwiseOperation = tensor_operation::element_wise::PassThrough |
Static Public Member Functions | |
| static std::tuple< InElementwiseOperation, AccElementwiseOperation > | GetElementwiseOperator (int32_t reduceLength) |
Member Typedef Documentation
◆ AccElementwiseOperation
| using ck::reduce_unary_operator< ReduceTensorOp::NORM2, true, false >::AccElementwiseOperation = tensor_operation::element_wise::PassThrough |
◆ InElementwiseOperation
| using ck::reduce_unary_operator< ReduceTensorOp::NORM2, true, false >::InElementwiseOperation = tensor_operation::element_wise::UnarySquare |
Member Function Documentation
◆ GetElementwiseOperator()
|
inlinestatic |
The documentation for this struct was generated from the following file: