msluszniak commited on
Commit
0abf8a9
·
verified ·
1 Parent(s): ff9ec9f

Add spec-compliant config.json files

Browse files
Files changed (1) hide show
  1. xnnpack/config.json +27 -1
xnnpack/config.json CHANGED
@@ -12,7 +12,33 @@
12
  "file": "selfie_segmentation_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
- "default": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
17
  ]
18
  }
 
12
  "file": "selfie_segmentation_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
+ "default": true,
16
+ "methods": {
17
+ "forward": {
18
+ "inputs": [
19
+ {
20
+ "shape": [
21
+ 1,
22
+ 3,
23
+ 256,
24
+ 256
25
+ ],
26
+ "dtype": "float32"
27
+ }
28
+ ],
29
+ "outputs": [
30
+ {
31
+ "shape": [
32
+ 1,
33
+ 1,
34
+ 256,
35
+ 256
36
+ ],
37
+ "dtype": "float32"
38
+ }
39
+ ]
40
+ }
41
+ }
42
  }
43
  ]
44
  }