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