DPNP C++ backend kernel library 0.18.0dev0
Data Parallel Extension for NumPy*
|
Public Types | |
using | is_constant = typename std::false_type |
using | supports_vec = typename std::true_type |
using | supports_sg_loadstore = typename std::true_type |
Public Member Functions | |
resT | operator() (const argT &x) const |
template<int vec_sz> | |
sycl::vec< resT, vec_sz > | operator() (const sycl::vec< argT, vec_sz > &x) const |
Definition at line 33 of file radians.hpp.
using dpnp::kernels::radians::RadiansFunctor< argT, resT >::is_constant = typename std::false_type |
Definition at line 36 of file radians.hpp.
using dpnp::kernels::radians::RadiansFunctor< argT, resT >::supports_sg_loadstore = typename std::true_type |
Definition at line 42 of file radians.hpp.
using dpnp::kernels::radians::RadiansFunctor< argT, resT >::supports_vec = typename std::true_type |
Definition at line 40 of file radians.hpp.
|
inline |
Definition at line 44 of file radians.hpp.
|
inline |
Definition at line 50 of file radians.hpp.