|
DPNP C++ backend kernel library 0.20.0dev1
Data Parallel Extension for NumPy*
|
Public Types | |
| using | argT = argT1 |
| using | supports_vec = typename std::false_type |
| using | supports_sg_loadstore = typename std::true_type |
Public Member Functions | |
| divT | operator() (const argT &in1, const argT &in2, modT &mod) const |
Definition at line 39 of file divmod.hpp.
| using dpnp::kernels::divmod::DivmodFunctor< argT1, argT2, divT, modT >::argT = argT1 |
Definition at line 41 of file divmod.hpp.
| using dpnp::kernels::divmod::DivmodFunctor< argT1, argT2, divT, modT >::supports_sg_loadstore = typename std::true_type |
Definition at line 50 of file divmod.hpp.
| using dpnp::kernels::divmod::DivmodFunctor< argT1, argT2, divT, modT >::supports_vec = typename std::false_type |
Definition at line 49 of file divmod.hpp.
|
inline |
Definition at line 52 of file divmod.hpp.