UnaryCombinedOp< UnaryOpsSet > Struct Template Reference

UnaryCombinedOp&lt; UnaryOpsSet &gt; Struct Template Reference#

Composable Kernel: ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet > Struct Template Reference
ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet > Struct Template Reference

#include <combined_element_wise_operation.hpp>

Public Member Functions

__host__ __device__ UnaryCombinedOp ()
__host__ __device__ UnaryCombinedOp (UnaryOpsSet... unary_ops)
template<typename Y, typename X>
__host__ __device__ void operator() (Y &y, const X &x) const

Public Attributes

Tuple< UnaryOpsSet... > unary_ops_

Static Public Attributes

static constexpr const char * name = "UnaryCombinedOp"

Constructor & Destructor Documentation

◆ UnaryCombinedOp() [1/2]

template<typename... UnaryOpsSet>
__host__ __device__ ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet >::UnaryCombinedOp ( )
inline

◆ UnaryCombinedOp() [2/2]

template<typename... UnaryOpsSet>
__host__ __device__ ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet >::UnaryCombinedOp ( UnaryOpsSet... unary_ops)
inline

Member Function Documentation

◆ operator()()

template<typename... UnaryOpsSet>
template<typename Y, typename X>
__host__ __device__ void ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet >::operator() ( Y & y,
const X & x ) const
inline

Member Data Documentation

◆ name

template<typename... UnaryOpsSet>
const char* ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet >::name = "UnaryCombinedOp"
staticconstexpr

◆ unary_ops_

template<typename... UnaryOpsSet>
Tuple<UnaryOpsSet...> ck::tensor_operation::element_wise::UnaryCombinedOp< UnaryOpsSet >::unary_ops_

The documentation for this struct was generated from the following file: