DPNP C++ backend kernel library 0.19.0rc0
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
dpnp::kernels::erfs::BaseFunctor< OpT, 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 OpT, typename ArgT, typename ResT>
struct dpnp::kernels::erfs::BaseFunctor< OpT, ArgT, ResT >

Definition at line 35 of file erf.hpp.

Member Typedef Documentation

◆ is_constant

template<typename OpT , typename ArgT , typename ResT >
using dpnp::kernels::erfs::BaseFunctor< OpT, ArgT, ResT >::is_constant = typename std::false_type

Definition at line 38 of file erf.hpp.

◆ supports_sg_loadstore

template<typename OpT , typename ArgT , typename ResT >
using dpnp::kernels::erfs::BaseFunctor< OpT, ArgT, ResT >::supports_sg_loadstore = typename std::true_type

Definition at line 44 of file erf.hpp.

◆ supports_vec

template<typename OpT , typename ArgT , typename ResT >
using dpnp::kernels::erfs::BaseFunctor< OpT, ArgT, ResT >::supports_vec = typename std::false_type

Definition at line 42 of file erf.hpp.

Member Function Documentation

◆ operator()()

template<typename OpT , typename ArgT , typename ResT >
ResT dpnp::kernels::erfs::BaseFunctor< OpT, ArgT, ResT >::operator() ( const ArgT & x) const
inline

Definition at line 46 of file erf.hpp.


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