#include <unary_element_wise_operation.hpp>
|
| static constexpr const char * | name = "ConvScale" |
◆ ConvScale()
| CK_TILE_HOST_DEVICE ck_tile::element_wise::ConvScale::ConvScale |
( |
float | scale_in = 1.f, |
|
|
float | scale_wei = 1.f, |
|
|
float | scale_out = 1.f ) |
|
inline |
◆ operator()() [1/2]
◆ operator()() [2/2]
template<typename E, typename C>
| CK_TILE_HOST_DEVICE void ck_tile::element_wise::ConvScale::operator() |
( |
E & | e, |
|
|
const C & | c ) const |
◆ name
| const char* ck_tile::element_wise::ConvScale::name = "ConvScale" |
|
staticconstexpr |
◆ scale_in_
| float ck_tile::element_wise::ConvScale::scale_in_ |
◆ scale_out_
| float ck_tile::element_wise::ConvScale::scale_out_ |
◆ scale_wei_
| float ck_tile::element_wise::ConvScale::scale_wei_ |
The documentation for this struct was generated from the following file: