| DPNP C++ backend kernel library 0.20.0dev0
    Data Parallel Extension for NumPy* | 
Contains information about the C++ backend function. More...
#include <dpnp_iface_fptr.hpp>
| Public Member Functions | |
| DPNPFuncData (const DPNPFuncType gen_type, void *gen_ptr, const DPNPFuncType type_no_fp64, void *ptr_no_fp64) | |
| DPNPFuncData (const DPNPFuncType gen_type, void *gen_ptr) | |
| Public Attributes | |
| DPNPFuncType | return_type | 
| void * | ptr | 
| DPNPFuncType | return_type_no_fp64 | 
| void * | ptr_no_fp64 | 
Contains information about the C++ backend function.
The structure defines the types that are used by get_dpnp_function_ptr.
Definition at line 230 of file dpnp_iface_fptr.hpp.
| 
 | inline | 
Definition at line 232 of file dpnp_iface_fptr.hpp.
| 
 | inline | 
Definition at line 240 of file dpnp_iface_fptr.hpp.
| 
 | inline | 
Definition at line 244 of file dpnp_iface_fptr.hpp.
| void* DPNPFuncData::ptr | 
C++ backend function pointer
Definition at line 248 of file dpnp_iface_fptr.hpp.
| void* DPNPFuncData::ptr_no_fp64 | 
alternative C++ backend function pointer when no fp64 support by device
Definition at line 251 of file dpnp_iface_fptr.hpp.
| DPNPFuncType DPNPFuncData::return_type | 
return type identifier which expected by the ptr function
Definition at line 246 of file dpnp_iface_fptr.hpp.
| DPNPFuncType DPNPFuncData::return_type_no_fp64 | 
alternative return type identifier when no fp64 support by device
Definition at line 249 of file dpnp_iface_fptr.hpp.