msluszniak commited on
Commit
c489a13
·
verified ·
1 Parent(s): 192560a

Add spec-compliant config.json files

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