-
Notifications
You must be signed in to change notification settings - Fork 1
/
fsrcnn.id.h
39 lines (39 loc) · 1.05 KB
/
fsrcnn.id.h
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
#ifndef NCNN_INCLUDE_GUARD_fsrcnn_id_h
#define NCNN_INCLUDE_GUARD_fsrcnn_id_h
namespace fsrcnn_param_id {
const int LAYER_image = 0;
const int BLOB_image = 0;
const int LAYER_24 = 1;
const int BLOB_24 = 1;
const int LAYER_25 = 2;
const int BLOB_25 = 2;
const int LAYER_26 = 3;
const int BLOB_26 = 3;
const int LAYER_27 = 4;
const int BLOB_27 = 4;
const int LAYER_28 = 5;
const int BLOB_28 = 5;
const int LAYER_29 = 6;
const int BLOB_29 = 6;
const int LAYER_30 = 7;
const int BLOB_30 = 7;
const int LAYER_31 = 8;
const int BLOB_31 = 8;
const int LAYER_32 = 9;
const int BLOB_32 = 9;
const int LAYER_33 = 10;
const int BLOB_33 = 10;
const int LAYER_34 = 11;
const int BLOB_34 = 11;
const int LAYER_35 = 12;
const int BLOB_35 = 12;
const int LAYER_36 = 13;
const int BLOB_36 = 13;
const int LAYER_37 = 14;
const int BLOB_37 = 14;
const int LAYER_38 = 15;
const int BLOB_38 = 15;
const int LAYER_output = 16;
const int BLOB_output = 16;
} // namespace fsrcnn_param_id
#endif // NCNN_INCLUDE_GUARD_fsrcnn_id_h