Cos Struct Reference

Cos Struct Reference#

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

#include <unary_element_wise_operation.hpp>

Public Member Functions

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

Static Public Attributes

static constexpr const char * name = "Cos"

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ name

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

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