#include <binary_element_wise_operation.hpp>
|
| template<typename Y, typename X0, typename X1> |
| __host__ __device__ void | operator() (Y &y, const X0 &x0, const X1 &x1) const |
|
| static constexpr const char * | name = "Max" |
◆ operator()()
template<typename Y, typename X0, typename X1>
| __host__ __device__ void ck::tensor_operation::element_wise::Max::operator() |
( |
Y & | y, |
|
|
const X0 & | x0, |
|
|
const X1 & | x1 ) const |
|
inline |
◆ name
| const char* ck::tensor_operation::element_wise::Max::name = "Max" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: