msluszniak commited on
Commit
0914368
·
verified ·
1 Parent(s): a23d622

Add spec-compliant config.json files

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