Skip to content

Commit 25c7d31

Browse files
committed
Removed old tutorials
1 parent 897640e commit 25c7d31

File tree

6 files changed

+2
-590
lines changed

6 files changed

+2
-590
lines changed

Designer/util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ int generate_model(int argc, const char * argv[], int n_layers, int begin, int e
222222
break;
223223
case '1':
224224
if(model_ID != 0){
225-
printf("//--- OPTIMIZED ANN ID:%d ---\n", model_ID);
225+
printf("//--- ANN ID:%d ---\n", model_ID);
226226
printf("float weights%d[%d] = {", model_ID, n_weights);
227227
int k;
228228
for(k = 0; k < n_weights; k++){
@@ -263,7 +263,7 @@ int generate_model(int argc, const char * argv[], int n_layers, int begin, int e
263263
break;
264264
}
265265
else{
266-
printf("//---EMBEDDED ANN---\n");
266+
printf("//--- ANN ---\n");
267267
printf("float weights[%d] = {", n_weights);
268268
int k;
269269
for(k = 0; k < n_weights; k++){

Tutorials/Tutorial_1.c

Lines changed: 0 additions & 126 deletions
This file was deleted.

Tutorials/Tutorial_2.c

Lines changed: 0 additions & 64 deletions
This file was deleted.

Tutorials/Tutorial_3.c

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)