Feat C++ API
A feature engineering automation tool
state_utils.h File Reference
#include <stddef.h>
Include dependency graph for state_utils.h:

Go to the source code of this file.

Namespaces

 FT
 main Feat namespace
 
 FT::Pop
 namespace containing population representations used in Feat
 
 FT::Pop::Op
 namespace representing various operations on population individuals used in Feat
 

Functions

void FT::Pop::Op::dev_allocate (float *&f, size_t Sizef, int *&c, size_t Sizec, bool *&b, size_t Sizeb)
 
void FT::Pop::Op::copy_from_device (float *dev_f, float *host_f, size_t Sizef)
 
void FT::Pop::Op::copy_from_device (int *dev_c, int *host_c, size_t Sizec)
 
void FT::Pop::Op::copy_from_device (bool *dev_b, bool *host_b, size_t Sizeb)
 
void FT::Pop::Op::copy_from_device (float *dev_f, float *host_f, size_t Sizef, int *dev_c, int *host_c, size_t Sizec, bool *dev_b, bool *host_b, size_t Sizeb)
 
void FT::Pop::Op::free_device (float *dev_f, int *dev_c, bool *dev_b)