DPNP C++ backend kernel library 0.18.0dev0
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
dpnp::kernels::i0::I0Functor< argT, resT > Struct Template Reference

Public Types

using is_constant = typename std::false_type
 
using supports_vec = typename std::false_type
 
using supports_sg_loadstore = typename std::true_type
 

Public Member Functions

resT operator() (const argT &x) const
 

Detailed Description

template<typename argT, typename resT>
struct dpnp::kernels::i0::I0Functor< argT, resT >

Definition at line 243 of file i0.hpp.

Member Typedef Documentation

◆ is_constant

template<typename argT , typename resT >
using dpnp::kernels::i0::I0Functor< argT, resT >::is_constant = typename std::false_type

Definition at line 246 of file i0.hpp.

◆ supports_sg_loadstore

template<typename argT , typename resT >
using dpnp::kernels::i0::I0Functor< argT, resT >::supports_sg_loadstore = typename std::true_type

Definition at line 252 of file i0.hpp.

◆ supports_vec

template<typename argT , typename resT >
using dpnp::kernels::i0::I0Functor< argT, resT >::supports_vec = typename std::false_type

Definition at line 250 of file i0.hpp.

Member Function Documentation

◆ operator()()

template<typename argT , typename resT >
resT dpnp::kernels::i0::I0Functor< argT, resT >::operator() ( const argT & x) const
inline

Definition at line 254 of file i0.hpp.


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