PandA-2024.02
examples
rosetta
digit-recognition
digitrec_sw.h
Go to the documentation of this file.
1
/*===============================================================*/
2
/* */
3
/* digitrec_sw.h */
4
/* */
5
/* Software version for digit recognition */
6
/* */
7
/*===============================================================*/
8
9
#ifndef __DIGITREC_SW_H__
10
#define __DIGITREC_SW_H__
11
12
#include "
typedefs.h
"
13
14
void
DigitRec_sw
(
const
DigitType
global_training_set[
NUM_TRAINING
*
DIGIT_WIDTH
],
15
const
DigitType
global_test_set[
NUM_TEST
* DIGIT_WIDTH],
16
LabelType
global_results[
NUM_TEST
]);
17
18
#endif
NUM_TEST
#define NUM_TEST
Definition:
typedefs.h:15
LabelType
unsigned char LabelType
Definition:
typedefs.h:20
NUM_TRAINING
#define NUM_TRAINING
Definition:
typedefs.h:13
DigitRec_sw
void DigitRec_sw(const DigitType global_training_set[NUM_TRAINING *DIGIT_WIDTH], const DigitType global_test_set[NUM_TEST *DIGIT_WIDTH], LabelType global_results[NUM_TEST])
Definition:
digitrec_sw.c:90
typedefs.h
DIGIT_WIDTH
#define DIGIT_WIDTH
Definition:
typedefs.h:16
DigitType
unsigned long long DigitType
Definition:
typedefs.h:19
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13