SHOGUN
4.2.0
|
Go to the source code of this file.
Macros | |
#define | GET_VECTOR(fname, sg_type, datatype) |
#define | GET_MATRIX(fname, sg_type, datatype) |
#define | GET_NDARRAY(fname, sg_type, datatype) |
#define | GET_SPARSEMATRIX(fname, sg_type, datatype) |
#define | GET_STRING_LIST(fname, sg_type, datatype) |
#define | SET_VECTOR(fname, sg_type, dtype) |
#define | SET_MATRIX(fname, sg_type, dtype) |
#define | SET_NDARRAY(fname, sg_type, datatype) |
#define | SET_SPARSEMATRIX(fname, sg_type, dtype) |
#define | SET_STRING_LIST(fname, sg_type, dtype) |
Functions | |
GET_NDARRAY (get_ndarray, uint8_t, TSGDataType(CT_NDARRAY, ST_NONE, PT_UINT8)) | |
GET_NDARRAY (get_ndarray, char, TSGDataType(CT_NDARRAY, ST_NONE, PT_CHAR)) | |
GET_NDARRAY (get_ndarray, int32_t, TSGDataType(CT_NDARRAY, ST_NONE, PT_INT32)) | |
GET_NDARRAY (get_ndarray, int16_t, TSGDataType(CT_NDARRAY, ST_NONE, PT_INT16)) | |
GET_NDARRAY (get_ndarray, uint16_t, TSGDataType(CT_NDARRAY, ST_NONE, PT_UINT16)) | |
GET_NDARRAY (get_ndarray, float32_t, TSGDataType(CT_NDARRAY, ST_NONE, PT_FLOAT32)) | |
GET_NDARRAY (get_ndarray, float64_t, TSGDataType(CT_NDARRAY, ST_NONE, PT_FLOAT64)) | |
SET_NDARRAY (set_ndarray, uint8_t,(CT_NDARRAY, ST_NONE, PT_UINT8)) | |
SET_NDARRAY (set_ndarray, char,(CT_NDARRAY, ST_NONE, PT_CHAR)) | |
SET_NDARRAY (set_ndarray, int32_t,(CT_NDARRAY, ST_NONE, PT_INT32)) | |
SET_NDARRAY (set_ndarray, int16_t,(CT_NDARRAY, ST_NONE, PT_INT16)) | |
SET_NDARRAY (set_ndarray, uint16_t,(CT_NDARRAY, ST_NONE, PT_UINT16)) | |
SET_NDARRAY (set_ndarray, float32_t,(CT_NDARRAY, ST_NONE, PT_FLOAT32)) | |
SET_NDARRAY (set_ndarray, float64_t,(CT_NDARRAY, ST_NONE, PT_FLOAT64)) | |
#define GET_MATRIX | ( | fname, | |
sg_type, | |||
datatype | |||
) |
Definition at line 68 of file BinaryFile.cpp.
#define GET_NDARRAY | ( | fname, | |
sg_type, | |||
datatype | |||
) |
Definition at line 99 of file BinaryFile.cpp.
#define GET_SPARSEMATRIX | ( | fname, | |
sg_type, | |||
datatype | |||
) |
Definition at line 137 of file BinaryFile.cpp.
#define GET_STRING_LIST | ( | fname, | |
sg_type, | |||
datatype | |||
) |
Definition at line 182 of file BinaryFile.cpp.
#define GET_VECTOR | ( | fname, | |
sg_type, | |||
datatype | |||
) |
Definition at line 38 of file BinaryFile.cpp.
#define SET_MATRIX | ( | fname, | |
sg_type, | |||
dtype | |||
) |
Definition at line 256 of file BinaryFile.cpp.
#define SET_NDARRAY | ( | fname, | |
sg_type, | |||
datatype | |||
) |
Definition at line 283 of file BinaryFile.cpp.
#define SET_SPARSEMATRIX | ( | fname, | |
sg_type, | |||
dtype | |||
) |
Definition at line 319 of file BinaryFile.cpp.
#define SET_STRING_LIST | ( | fname, | |
sg_type, | |||
dtype | |||
) |
Definition at line 355 of file BinaryFile.cpp.
#define SET_VECTOR | ( | fname, | |
sg_type, | |||
dtype | |||
) |
set functions - to pass data from shogun to the target interface
Definition at line 230 of file BinaryFile.cpp.
GET_NDARRAY | ( | get_ndarray | , |
uint8_t | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_UINT8) | |||
) |
GET_NDARRAY | ( | get_ndarray | , |
char | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_CHAR) | |||
) |
GET_NDARRAY | ( | get_ndarray | , |
int32_t | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_INT32) | |||
) |
GET_NDARRAY | ( | get_ndarray | , |
int16_t | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_INT16) | |||
) |
GET_NDARRAY | ( | get_ndarray | , |
uint16_t | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_UINT16) | |||
) |
GET_NDARRAY | ( | get_ndarray | , |
float32_t | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_FLOAT32) | |||
) |
GET_NDARRAY | ( | get_ndarray | , |
float64_t | , | ||
TSGDataType(CT_NDARRAY, ST_NONE, PT_FLOAT64) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
uint8_t | , | ||
(CT_NDARRAY, ST_NONE, PT_UINT8) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
char | , | ||
(CT_NDARRAY, ST_NONE, PT_CHAR) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
int32_t | , | ||
(CT_NDARRAY, ST_NONE, PT_INT32) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
int16_t | , | ||
(CT_NDARRAY, ST_NONE, PT_INT16) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
uint16_t | , | ||
(CT_NDARRAY, ST_NONE, PT_UINT16) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
float32_t | , | ||
(CT_NDARRAY, ST_NONE, PT_FLOAT32) | |||
) |
SET_NDARRAY | ( | set_ndarray | , |
float64_t | , | ||
(CT_NDARRAY, ST_NONE, PT_FLOAT64) | |||
) |