msluszniak commited on
Commit
f3ecb96
·
verified ·
1 Parent(s): acd0910

Add spec-compliant config.json files

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