NorbertKlockiewicz commited on
Commit
35163d4
·
1 Parent(s): bbc7a6d

Use min/max dynamic shape bounds for forward inputs/outputs

Browse files
0_6b/xnnpack/config.json CHANGED
@@ -20,7 +20,10 @@
20
  {
21
  "shape": [
22
  1,
23
- 2047
 
 
 
24
  ],
25
  "dtype": "int64"
26
  },
@@ -65,7 +68,10 @@
65
  {
66
  "shape": [
67
  1,
68
- 2047
 
 
 
69
  ],
70
  "dtype": "int64"
71
  },
 
20
  {
21
  "shape": [
22
  1,
23
+ {
24
+ "min": 1,
25
+ "max": 2048
26
+ }
27
  ],
28
  "dtype": "int64"
29
  },
 
68
  {
69
  "shape": [
70
  1,
71
+ {
72
+ "min": 1,
73
+ "max": 2048
74
+ }
75
  ],
76
  "dtype": "int64"
77
  },
1_7b/xnnpack/config.json CHANGED
@@ -20,7 +20,10 @@
20
  {
21
  "shape": [
22
  1,
23
- 2047
 
 
 
24
  ],
25
  "dtype": "int64"
26
  },
@@ -65,7 +68,10 @@
65
  {
66
  "shape": [
67
  1,
68
- 2047
 
 
 
69
  ],
70
  "dtype": "int64"
71
  },
 
20
  {
21
  "shape": [
22
  1,
23
+ {
24
+ "min": 1,
25
+ "max": 2048
26
+ }
27
  ],
28
  "dtype": "int64"
29
  },
 
68
  {
69
  "shape": [
70
  1,
71
+ {
72
+ "min": 1,
73
+ "max": 2048
74
+ }
75
  ],
76
  "dtype": "int64"
77
  },
4b/xnnpack/config.json CHANGED
@@ -20,7 +20,10 @@
20
  {
21
  "shape": [
22
  1,
23
- 2047
 
 
 
24
  ],
25
  "dtype": "int64"
26
  },
@@ -65,7 +68,10 @@
65
  {
66
  "shape": [
67
  1,
68
- 2047
 
 
 
69
  ],
70
  "dtype": "int64"
71
  },
 
20
  {
21
  "shape": [
22
  1,
23
+ {
24
+ "min": 1,
25
+ "max": 2048
26
+ }
27
  ],
28
  "dtype": "int64"
29
  },
 
68
  {
69
  "shape": [
70
  1,
71
+ {
72
+ "min": 1,
73
+ "max": 2048
74
+ }
75
  ],
76
  "dtype": "int64"
77
  },