#include <unary_element_wise_operation.hpp>
|
| | Elu (float alpha=1.f) |
| template<typename T> |
| __host__ __device__ void | operator() (T &y, const T &x) const |
| template<typename Y, typename X> |
| __host__ __device__ constexpr void | operator() (Y &y, const X &x) const |
| template<> |
| __host__ __device__ void | operator() (bhalf_t &y, const float &x) const |
|
| static constexpr const char * | name = "Elu" |
◆ Elu()
| ck::tensor_operation::element_wise::Elu::Elu |
( |
float | alpha = 1.f | ) |
|
|
inline |
◆ operator()() [1/3]
template<>
| __host__ __device__ void ck::tensor_operation::element_wise::Elu::operator() |
( |
bhalf_t & | y, |
|
|
const float & | x ) const |
|
inline |
◆ operator()() [2/3]
template<typename T>
| __host__ __device__ void ck::tensor_operation::element_wise::Elu::operator() |
( |
T & | y, |
|
|
const T & | x ) const |
|
inline |
◆ operator()() [3/3]
template<typename Y, typename X>
| __host__ __device__ constexpr void ck::tensor_operation::element_wise::Elu::operator() |
( |
Y & | y, |
|
|
const X & | x ) const |
|
constexpr |
◆ alpha_
| const float ck::tensor_operation::element_wise::Elu::alpha_ |
◆ name
| const char* ck::tensor_operation::element_wise::Elu::name = "Elu" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: