-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresults
55 lines (55 loc) · 1.16 KB
/
results
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
DSP: 5
BRAM: 5
Unit_Size: 18kbit
Bandwidth: 5
Bandwidth Unit: gbs
Target Clock Rate: 5
DSP Resource Usage Amount: 5
DSP Resource Unit: percent
BRAM Resource Usage Amount: percent
BRAM Resource Unit: percent
Bandwidth Resource Usage Amount: percent
Bandwidth Resource Unit: percent
CNN Layers: [object Object],[object Object],[object Object],[object Object]
Here is what those objects above look like:
[
{
"layerParent": [],
"layerID": 0,
"count": "1",
"i": "8",
"o": "8",
"layerString": "ID: 0, Count: 1, I: 8, O: 8"
},
{
"layerParent": [
0
],
"layerID": 1,
"count": "0",
"i": "8",
"o": "0",
"layerString": "ID: 1, Count: 0, I: 8, O: 0"
},
{
"layerParent": [
0
],
"layerID": 2,
"count": "0",
"i": "0",
"o": "09",
"layerString": "ID: 2, Count: 0, I: 0, O: 09"
},
{
"layerParent": [
1,
2
],
"layerID": 3,
"count": "15",
"i": "5",
"o": "5",
"layerString": "ID: 3, Count: 15, I: 5, O: 5"
}
]