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

Public Types

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

Public Member Functions

resT operator() (const argT1 &in1, const argT2 &in2) const
 

Detailed Description

template<typename argT1, typename argT2, typename resT>
struct dpnp::kernels::lcm::LcmFunctor< argT1, argT2, resT >

Definition at line 34 of file lcm.hpp.

Member Typedef Documentation

◆ supports_sg_loadstore

template<typename argT1 , typename argT2 , typename resT >
using dpnp::kernels::lcm::LcmFunctor< argT1, argT2, resT >::supports_sg_loadstore = typename std::true_type

Definition at line 36 of file lcm.hpp.

◆ supports_vec

template<typename argT1 , typename argT2 , typename resT >
using dpnp::kernels::lcm::LcmFunctor< argT1, argT2, resT >::supports_vec = typename std::false_type

Definition at line 37 of file lcm.hpp.

Member Function Documentation

◆ operator()()

template<typename argT1 , typename argT2 , typename resT >
resT dpnp::kernels::lcm::LcmFunctor< argT1, argT2, resT >::operator() ( const argT1 & in1,
const argT2 & in2 ) const
inline

Definition at line 39 of file lcm.hpp.


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