#include <unary_element_wise_operation.hpp>
|
| static constexpr const char * | name = "UnaryDivide" |
◆ UnaryDivide()
| __host__ __device__ ck::tensor_operation::element_wise::UnaryDivide::UnaryDivide |
( |
const int32_t | divider = 1 | ) |
|
|
inline |
◆ operator()() [1/4]
template<>
| __host__ __device__ void ck::tensor_operation::element_wise::UnaryDivide::operator() |
( |
bhalf_t & | y, |
|
|
const bhalf_t & | x ) const |
|
inline |
◆ operator()() [2/4]
template<>
| __host__ __device__ void ck::tensor_operation::element_wise::UnaryDivide::operator() |
( |
f8_t & | y, |
|
|
const f8_t & | x ) const |
|
inline |
◆ operator()() [3/4]
template<>
| __host__ __device__ void ck::tensor_operation::element_wise::UnaryDivide::operator() |
( |
half_t & | y, |
|
|
const half_t & | x ) const |
|
inline |
◆ operator()() [4/4]
template<typename T>
| __host__ __device__ void ck::tensor_operation::element_wise::UnaryDivide::operator() |
( |
T & | y, |
|
|
const T & | x ) const |
|
inline |
◆ divider_
| int32_t ck::tensor_operation::element_wise::UnaryDivide::divider_ = 1 |
◆ name
| const char* ck::tensor_operation::element_wise::UnaryDivide::name = "UnaryDivide" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: