#include <unary_element_wise_operation.hpp>
◆ Clamp()
| CK_TILE_HOST_DEVICE ck_tile::element_wise::Clamp::Clamp |
( |
float | lower = std::numeric_limits<float>::lowest(), |
|
|
float | upper = std::numeric_limits<float>::max() ) |
|
inline |
◆ operator()()
template<typename T>
| CK_TILE_HOST_DEVICE constexpr void ck_tile::element_wise::Clamp::operator() |
( |
T & | y, |
|
|
const T & | x ) const |
|
inlineconstexpr |
◆ lower_
| float ck_tile::element_wise::Clamp::lower_ |
◆ upper_
| float ck_tile::element_wise::Clamp::upper_ |
The documentation for this struct was generated from the following file: