SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
OpFactory.cpp File Reference

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::datadriven
 

Functions

DensityOCLMultiPlatform::OperationDensitysgpp::datadriven::createDensityOCLMultiPlatformConfigured (base::Grid &grid, size_t dimension, double lambda, base::OCLOperationConfiguration *parameters, size_t platform_id, size_t device_id)
 
DensityOCLMultiPlatform::OperationDensitysgpp::datadriven::createDensityOCLMultiPlatformConfigured (base::Grid &grid, size_t dimension, double lambda, std::string opencl_conf)
 Generates opencl density multiplication operation.
 
DensityOCLMultiPlatform::OperationDensitysgpp::datadriven::createDensityOCLMultiPlatformConfigured (base::Grid &grid, size_t dimension, double lambda, std::string opencl_conf, size_t platform_id, size_t device_id)
 Generates opencl density multiplication operation given opencl device and configuration file.
 
DensityOCLMultiPlatform::OperationDensitysgpp::datadriven::createDensityOCLMultiPlatformConfigured (int *gridpoints, size_t gridsize, size_t dimension, double lambda, base::OCLOperationConfiguration *parameters, size_t platform_id, size_t device_id)
 
DensityOCLMultiPlatform::OperationDensitysgpp::datadriven::createDensityOCLMultiPlatformConfigured (int *gridpoints, size_t gridsize, size_t dimension, double lambda, std::string opencl_conf, size_t platform_id, size_t device_id)
 Generates opencl density multiplication operation given opencl device and a serialized grid.