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>
|
inline |
◆ UnaryCombinedOp() [2/2]
template<typename... UnaryOpsSet>
|
inline |
Member Function Documentation
◆ operator()()
template<typename... UnaryOpsSet>
template<typename Y, typename X>
|
inline |
Member Data Documentation
◆ name
template<typename... UnaryOpsSet>
|
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: