msluszniak commited on
Commit
652513e
·
verified ·
1 Parent(s): f6416f7

Add spec-compliant config.json files

Browse files
Files changed (1) hide show
  1. xnnpack/config.json +102 -1
xnnpack/config.json CHANGED
@@ -12,7 +12,108 @@
12
  "file": "craft_xnnpack_int8.pte",
13
  "precision": "int8",
14
  "quantized": true,
15
- "default": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
  ]
18
  }
 
12
  "file": "craft_xnnpack_int8.pte",
13
  "precision": "int8",
14
  "quantized": true,
15
+ "default": true,
16
+ "methods": {
17
+ "forward_1280": {
18
+ "inputs": [
19
+ {
20
+ "shape": [
21
+ 1,
22
+ 3,
23
+ 1280,
24
+ 1280
25
+ ],
26
+ "dtype": "float32"
27
+ }
28
+ ],
29
+ "outputs": [
30
+ {
31
+ "shape": [
32
+ 1,
33
+ 640,
34
+ 640,
35
+ 2
36
+ ],
37
+ "dtype": "float32"
38
+ },
39
+ {
40
+ "shape": [
41
+ 1,
42
+ 32,
43
+ 640,
44
+ 640
45
+ ],
46
+ "dtype": "float32"
47
+ }
48
+ ]
49
+ },
50
+ "forward_320": {
51
+ "inputs": [
52
+ {
53
+ "shape": [
54
+ 1,
55
+ 3,
56
+ 1280,
57
+ 320
58
+ ],
59
+ "dtype": "float32"
60
+ }
61
+ ],
62
+ "outputs": [
63
+ {
64
+ "shape": [
65
+ 1,
66
+ 640,
67
+ 160,
68
+ 2
69
+ ],
70
+ "dtype": "float32"
71
+ },
72
+ {
73
+ "shape": [
74
+ 1,
75
+ 32,
76
+ 640,
77
+ 160
78
+ ],
79
+ "dtype": "float32"
80
+ }
81
+ ]
82
+ },
83
+ "forward_800": {
84
+ "inputs": [
85
+ {
86
+ "shape": [
87
+ 1,
88
+ 3,
89
+ 800,
90
+ 800
91
+ ],
92
+ "dtype": "float32"
93
+ }
94
+ ],
95
+ "outputs": [
96
+ {
97
+ "shape": [
98
+ 1,
99
+ 400,
100
+ 400,
101
+ 2
102
+ ],
103
+ "dtype": "float32"
104
+ },
105
+ {
106
+ "shape": [
107
+ 1,
108
+ 32,
109
+ 400,
110
+ 400
111
+ ],
112
+ "dtype": "float32"
113
+ }
114
+ ]
115
+ }
116
+ }
117
  }
118
  ]
119
  }