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