msluszniak commited on
Commit
09c26ab
·
verified ·
1 Parent(s): 178b51d

fix(v0.9.0): rename orphaned xnnpack_craft.pte to canonical craft_xnnpack_fp32.pte; expose both fp32 and int8 in config

Browse files
xnnpack/config.json CHANGED
@@ -53,7 +53,7 @@
53
  "shape": [
54
  1,
55
  3,
56
- 1280,
57
  320
58
  ],
59
  "dtype": "float32"
@@ -63,7 +63,7 @@
63
  {
64
  "shape": [
65
  1,
66
- 640,
67
  160,
68
  2
69
  ],
@@ -73,21 +73,62 @@
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
  }
@@ -96,8 +137,8 @@
96
  {
97
  "shape": [
98
  1,
99
- 400,
100
- 400,
101
  2
102
  ],
103
  "dtype": "float32"
@@ -106,8 +147,8 @@
106
  "shape": [
107
  1,
108
  32,
109
- 400,
110
- 400
111
  ],
112
  "dtype": "float32"
113
  }
@@ -116,4 +157,4 @@
116
  }
117
  }
118
  ]
119
- }
 
53
  "shape": [
54
  1,
55
  3,
56
+ 320,
57
  320
58
  ],
59
  "dtype": "float32"
 
63
  {
64
  "shape": [
65
  1,
66
+ 160,
67
  160,
68
  2
69
  ],
 
73
  "shape": [
74
  1,
75
  32,
76
+ 160,
77
  160
78
  ],
79
  "dtype": "float32"
80
  }
81
  ]
82
+ }
83
+ }
84
+ },
85
+ {
86
+ "file": "craft_xnnpack_fp32.pte",
87
+ "precision": "fp32",
88
+ "quantized": false,
89
+ "default": true,
90
+ "methods": {
91
+ "forward_1280": {
92
+ "inputs": [
93
+ {
94
+ "shape": [
95
+ 1,
96
+ 3,
97
+ 1280,
98
+ 1280
99
+ ],
100
+ "dtype": "float32"
101
+ }
102
+ ],
103
+ "outputs": [
104
+ {
105
+ "shape": [
106
+ 1,
107
+ 640,
108
+ 640,
109
+ 2
110
+ ],
111
+ "dtype": "float32"
112
+ },
113
+ {
114
+ "shape": [
115
+ 1,
116
+ 32,
117
+ 640,
118
+ 640
119
+ ],
120
+ "dtype": "float32"
121
+ }
122
+ ]
123
  },
124
+ "forward_320": {
125
  "inputs": [
126
  {
127
  "shape": [
128
  1,
129
  3,
130
+ 320,
131
+ 320
132
  ],
133
  "dtype": "float32"
134
  }
 
137
  {
138
  "shape": [
139
  1,
140
+ 160,
141
+ 160,
142
  2
143
  ],
144
  "dtype": "float32"
 
147
  "shape": [
148
  1,
149
  32,
150
+ 160,
151
+ 160
152
  ],
153
  "dtype": "float32"
154
  }
 
157
  }
158
  }
159
  ]
160
+ }
xnnpack/{xnnpack_craft.pte → craft_xnnpack_fp32.pte} RENAMED
File without changes