|
Feat C++ API
A feature engineering automation tool
|
#include <iostream>
Go to the source code of this file.
Macros | |
| #define | HANDLE_ERROR(err) (HandleError( err, __FILE__, __LINE__ )) |
Functions | |
| static void | HandleError (cudaError_t err, const char *file, int line) |
| #define HANDLE_ERROR | ( | err | ) | (HandleError( err, __FILE__, __LINE__ )) |
Definition at line 18 of file error_handling.h.
|
static |
Definition at line 9 of file error_handling.h.