-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathparameter.json
More file actions
36 lines (34 loc) · 1.11 KB
/
parameter.json
File metadata and controls
36 lines (34 loc) · 1.11 KB
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
{
"import":
[
"#ifndef _CONSTRUCT_NET_H_",
"#define _CONSTRUCT_NET_H_",
"#include <iostream>",
"#include <ap_fixed.h>",
"#include \"config.h\"",
"#include \"acc_instance.h\""
],
"head":
{
"return_type":"void",
"function_name":"inference_net",
"intput_parameters":
[
{"pType":"data_type_w *", "pName":"conv_weight_port"},
{"pType":"data_type_w *", "pName":"conv_bias_port"},
{"pType":"data_type_w *", "pName":"fc_weight_port"},
{"pType":"data_type_w *", "pName":"fc_bias_port"},
{"pType":"float *", "pName":"mean"},
{"pType":"float *", "pName":"denominator"},
{"pType":"", "pName":"#if _SCALE_"},
{"pType":"float *", "pName":"gamma"},
{"pType":"float *", "pName":"beta"},
{"pType":"", "pName":"#endif"},
{"pType":"data_type_o", "pName":"fc_out_a"}
]
},
"end":
[
"#endif //_CONSTRUCT_NET_H_"
]
}