#include <unary_element_wise_operation.hpp>
|
| template<class T> |
| using | raw_t = std::remove_cv_t<std::remove_reference_t<T>> |
|
| static constexpr const char * | name = "PassThrough" |
◆ raw_t
◆ operator()() [1/2]
template<typename E, typename C, typename... Ds>
| CK_TILE_HOST_DEVICE auto ck_tile::element_wise::PassThrough::operator() |
( |
E & | e, |
|
|
const C & | c, |
|
|
const Ds & | ... ) const->void |
|
inline |
◆ operator()() [2/2]
template<class Y, class X>
| CK_TILE_HOST_DEVICE void ck_tile::element_wise::PassThrough::operator() |
( |
Y && | y, |
|
|
const X & | x ) const |
|
inline |
◆ name
| const char* ck_tile::element_wise::PassThrough::name = "PassThrough" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: