-
Notifications
You must be signed in to change notification settings - Fork 7
/
MLOps.csolution.yml
111 lines (106 loc) · 2.64 KB
/
MLOps.csolution.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
solution:
created-for: cmsis-toobox@2.0.0
cdefault:
misc:
- for-compiler: GCC
C-CPP:
- -ffunction-sections
- -fdata-sections
Link:
- -Wl,--gc-sections
- for-compiler: CLANG
C-CPP:
- -ffunction-sections
- -fdata-sections
Link:
- -Wl,--gc-sections
packs:
- pack: ARM::Cortex_DFP@>=1.0.0-dev0
not-for-context:
- +CM55_Ethos
- +CM85_Ethos
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.3.0
for-context:
- +CM55_Ethos
- pack: ARM::V2M_MPS3_SSE_310_BSP@1.2.0
for-context:
- +CM85_Ethos
target-types:
# - type: CM0
# device: ARMCM0
# variables:
# - Target-Layer: ../Target/CM0/Target.clayer.yml
# - type: CM0plus
# device: ARMCM0P
# variables:
# - Target-Layer: ../Target/CM0plus/Target.clayer.yml
# - type: CM3
# device: ARMCM3
# variables:
# - Target-Layer: ../Target/CM3/Target.clayer.yml
- type: CM4
device: ARMCM4
processor:
fpu: off
variables:
- Target-Layer: ../Target/CM4/Target.clayer.yml
- type: CM4_FP
device: ARMCM4
variables:
- Target-Layer: ../Target/CM4/Target.clayer.yml
- type: CM7
device: ARMCM7
variables:
- Target-Layer: ../Target/CM7/Target.clayer.yml
# - type: CM23
# device: ARMCM23
# processor:
# trustzone: off
# variables:
# - Target-Layer: ../Target/CM23/Target.clayer.yml
- type: CM33
device: ARMCM33
processor:
trustzone: off
variables:
- Target-Layer: ../Target/CM33/Target.clayer.yml
- type: CM55
device: ARMCM55
processor:
trustzone: off
variables:
- Target-Layer: ../Target/CM55/Target.clayer.yml
- type: CM55_Ethos
device: ARM::SSE-300-MPS3
processor:
trustzone: off
define:
- SSE_300_MPS3
- ETHOSU55
variables:
- Target-Layer: ../Target/CM55_Ethos/Target.clayer.yml
- type: CM85
device: ARMCM85
processor:
trustzone: off
variables:
- Target-Layer: ../Target/CM85/Target.clayer.yml
- type: CM85_Ethos
device: ARM::SSE-310-MPS3_FVP
processor:
trustzone: off
define:
- SSE_310_MPS3
- ETHOSU65
variables:
- Target-Layer: ../Target/CM85_Ethos/Target.clayer.yml
build-types:
- type: balanced
optimize: balanced
- type: size
optimize: size
- type: speed
optimize: speed
projects:
- project: ./Model/ML_Model.cproject.yml
- project: ./Test/ML_Test.cproject.yml