Public Types | |
| using | FnPtr = rT(*)(Args...) |
Public Member Functions | |
| template<typename... ArgTypes> | |
| rT | operator() (DeviceType device_type, ArgTypes &&...args) |
| FnPtr | choose_cpu_impl () |
Data Fields | |
| FnPtr | cpu_dispatch_ptr = nullptr |
| FnPtr | cuda_dispatch_ptr = nullptr |
| FnPtr | hip_dispatch_ptr = nullptr |
Static Public Attributes | |
| static FnPtr | DEFAULT |
Definition at line 59 of file DispatchStub.h.
1.8.11