#include <element_wise_operation.hpp>
|
| template<typename E, typename C, typename D0, typename D1> |
| __host__ __device__ void | operator() (E &e, const C &c, const D0 &d0, const D1 &d1) const |
|
| static constexpr const char * | name = "AddAdd" |
◆ operator()()
template<typename E, typename C, typename D0, typename D1>
| __host__ __device__ void ck::tensor_operation::element_wise::AddAdd::operator() |
( |
E & | e, |
|
|
const C & | c, |
|
|
const D0 & | d0, |
|
|
const D1 & | d1 ) const |
|
inline |
◆ name
| const char* ck::tensor_operation::element_wise::AddAdd::name = "AddAdd" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: