mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Update tasks.json
This commit is contained in:
parent
888bc0d141
commit
340e2fb5d2
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@ -30,25 +30,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "build-all",
|
"label": "build-all",
|
||||||
"command": "${workspaceFolder}/make.sh",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
"build",
|
|
||||||
"all"
|
"all"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "build-mnist",
|
"label": "build-mnist",
|
||||||
"command": "${workspaceFolder}/make.sh",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
"build",
|
|
||||||
"mnist"
|
"mnist"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "build-cnn",
|
"label": "build-cnn",
|
||||||
"command": "${workspaceFolder}/make.sh",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
"build",
|
|
||||||
"cnn"
|
"cnn"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <math.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user