Elu Struct Reference#
ck_tile::element_wise::Elu Struct Reference
#include <unary_element_wise_operation.hpp>
Public Member Functions | |
| Elu (float alpha=1.f) | |
| template<typename T> | |
| CK_TILE_HOST_DEVICE void | operator() (T &y, const T &x) const |
Public Attributes | |
| const float | alpha_ |
Static Public Attributes | |
| static constexpr const char * | name = "Elu" |
Constructor & Destructor Documentation
◆ Elu()
|
inline |
Member Function Documentation
◆ operator()()
template<typename T>
|
inline |
Member Data Documentation
◆ alpha_
| const float ck_tile::element_wise::Elu::alpha_ |
◆ name
|
staticconstexpr |
The documentation for this struct was generated from the following file: