![]()  | 
  
    PLSSVM - Parallel Least Squares Support Vector Machine
    2.0.0
    
   A Least Squares Support Vector Machine implementation using different backends. 
   | 
 
Defines an enumeration holding all possible SYCL kernel invocation types. More...
#include <iosfwd>Go to the source code of this file.
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions.  | |
| plssvm::sycl | |
| Namespace containing the C-SVM using the SYCL backend with the preferred SYCL implementation.  | |
Enumerations | |
| enum class | plssvm::sycl::kernel_invocation_type { plssvm::sycl::automatic , plssvm::sycl::nd_range , plssvm::sycl::hierarchical } | 
| Enum class for all possible SYCL kernel invocation types.  More... | |
Functions | |
| std::ostream & | plssvm::sycl::operator<< (std::ostream &out, kernel_invocation_type invocation) | 
Output the invocation type to the given output-stream out.  More... | |
| std::istream & | plssvm::sycl::operator>> (std::istream &in, kernel_invocation_type &invocation) | 
Use the input-stream in to initialize the invocation type.  More... | |
Defines an enumeration holding all possible SYCL kernel invocation types.