#include <unary_element_wise_operation.hpp>
|
| static constexpr const char * | name = "ClippedRelu" |
◆ ClippedRelu()
| ck_tile::element_wise::ClippedRelu::ClippedRelu |
( |
float | alpha = 0.f, |
|
|
float | beta = 1.f ) |
|
inline |
◆ operator()()
template<typename T>
| CK_TILE_HOST_DEVICE void ck_tile::element_wise::ClippedRelu::operator() |
( |
T & | y, |
|
|
const T & | x ) const |
|
inline |
◆ alpha_
| const float ck_tile::element_wise::ClippedRelu::alpha_ |
◆ beta_
| const float ck_tile::element_wise::ClippedRelu::beta_ |
◆ name
| const char* ck_tile::element_wise::ClippedRelu::name = "ClippedRelu" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: