19 lines
287 B
C
19 lines
287 B
C
|
// private includes for sole
|
||
|
|
||
|
#ifndef __INCLUDE_SOLEP
|
||
|
#define __INCLUDE_SOLEP
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#define SOLE_CNEURALINPUTGUIDE 64
|
||
|
#define SOLE_CNEURALINPUTNOGUIDE 60
|
||
|
#define SOLE_CNEURALHIDDEN 150
|
||
|
#define SOLE_CNEURALOUTPUT 94
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|