mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
287 B
18 lines
287 B
// 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
|