UnaryConvert Struct Reference

UnaryConvert Struct Reference#

Composable Kernel: ck::tensor_operation::element_wise::UnaryConvert Struct Reference
ck::tensor_operation::element_wise::UnaryConvert Struct Reference

#include <unary_element_wise_operation.hpp>

Public Member Functions

template<typename Y, typename X>
__host__ __device__ void operator() (Y &y, const X &x) const

Static Public Attributes

static constexpr const char * name = "UnaryConvert"

Member Function Documentation

◆ operator()()

template<typename Y, typename X>
__host__ __device__ void ck::tensor_operation::element_wise::UnaryConvert::operator() ( Y & y,
const X & x ) const
inline

Member Data Documentation

◆ name

const char* ck::tensor_operation::element_wise::UnaryConvert::name = "UnaryConvert"
staticconstexpr

The documentation for this struct was generated from the following file: