Skip to content

Commit 9572220

Browse files
committed
[auto][on-merge-queue] Update metrics report in README.md
1 parent ff08fd7 commit 9572220

File tree

186 files changed

+9229
-9229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+9229
-9229
lines changed

README.md

Lines changed: 153 additions & 153 deletions
Large diffs are not rendered by default.

docs/models/Autoencoder (conv)-train/input_variations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
### aten.convolution.default
1313
| | ATen Input Variations | Status | Isolated | PCC | Host |
1414
|---:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:-----------|---------:|-------:|
15-
| 0 | Tensor<[1, 1, 28, 28]> input = ?,<br>Tensor<[16, 1, 3, 3]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999982 | 6 |
16-
| 1 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[16, 1, 2, 2]> weight = ?,<br>Optional[Tensor]<[1]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999993 | 6 |
17-
| 2 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[4, 16, 3, 3]> weight = ?,<br>Optional[Tensor]<[4]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999983 | 6 |
18-
| 3 | Tensor<[1, 4, 7, 7]> input = ?,<br>Tensor<[4, 16, 2, 2]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999995 | 6 |
15+
| 0 | Tensor<[1, 1, 28, 28]> input = ?,<br>Tensor<[16, 1, 3, 3]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999985 | 6 |
16+
| 1 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[16, 1, 2, 2]> weight = ?,<br>Optional[Tensor]<[1]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999992 | 6 |
17+
| 2 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[4, 16, 3, 3]> weight = ?,<br>Optional[Tensor]<[4]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999982 | 6 |
18+
| 3 | Tensor<[1, 4, 7, 7]> input = ?,<br>Tensor<[4, 16, 2, 2]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999994 | 6 |
1919
### aten.convolution_backward.default
2020
| | ATen Input Variations | Status | Isolated | PCC | Host |
2121
|---:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:-----------|------:|-------:|

docs/models/Autoencoder (conv)/input_variations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
| | ATen Input Variations | Status | Isolated | PCC | Host |
1010
|---:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------|:-----------|---------:|-------:|
1111
| 0 | Tensor<[1, 1, 28, 28]> input = ?,<br>Tensor<[16, 1, 3, 3]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999983 | 6 |
12-
| 1 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[16, 1, 2, 2]> weight = ?,<br>Optional[Tensor]<[1]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999993 | 6 |
13-
| 2 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[4, 16, 3, 3]> weight = ?,<br>Optional[Tensor]<[4]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999979 | 6 |
14-
| 3 | Tensor<[1, 4, 7, 7]> input = ?,<br>Tensor<[4, 16, 2, 2]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999994 | 6 |
12+
| 1 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[16, 1, 2, 2]> weight = ?,<br>Optional[Tensor]<[1]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999991 | 6 |
13+
| 2 | Tensor<[1, 16, 14, 14]> input = ?,<br>Tensor<[4, 16, 3, 3]> weight = ?,<br>Optional[Tensor]<[4]> bias = ?,<br>List[int] stride = [1, 1],<br>List[int] padding = [1, 1],<br>List[int] dilation = [1, 1],<br>bool transposed = False,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.99998 | 6 |
14+
| 3 | Tensor<[1, 4, 7, 7]> input = ?,<br>Tensor<[4, 16, 2, 2]> weight = ?,<br>Optional[Tensor]<[16]> bias = ?,<br>List[int] stride = [2, 2],<br>List[int] padding = [0, 0],<br>List[int] dilation = [1, 1],<br>bool transposed = True,<br>List[int] output_padding = [0, 0],<br>int groups = 1 | Done | Done | 0.999995 | 6 |
1515
### aten.max_pool2d_with_indices.default
1616
| | ATen Input Variations | Status | Isolated | PCC | Host |
1717
|---:|:--------------------------------------------------------------------------------------------------|:---------|:-----------|------:|-------:|

docs/models/Autoencoder (linear)-train/input_variations.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
### aten.addmm.default
1414
| | ATen Input Variations | Status | Isolated | PCC | Host |
1515
|---:|:-------------------------------------------------------------------------------------|:---------|:-----------|---------:|-------:|
16-
| 0 | Tensor<[128]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 128]> mat2 = ? | Done | Done | 0.999988 | 0 |
17-
| 1 | Tensor<[128]> self = ?,<br>Tensor<[1, 784]> mat1 = ?,<br>Tensor<[784, 128]> mat2 = ? | Done | Done | 0.999886 | 0 |
18-
| 2 | Tensor<[12]> self = ?,<br>Tensor<[1, 3]> mat1 = ?,<br>Tensor<[3, 12]> mat2 = ? | Done | Done | 0.999994 | 0 |
19-
| 3 | Tensor<[12]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 12]> mat2 = ? | Done | Done | 0.999974 | 0 |
20-
| 4 | Tensor<[3]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 3]> mat2 = ? | Done | Done | 0.999999 | 0 |
21-
| 5 | Tensor<[64]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 64]> mat2 = ? | Done | Done | 0.999975 | 0 |
22-
| 6 | Tensor<[64]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 64]> mat2 = ? | Done | Done | 0.999991 | 0 |
23-
| 7 | Tensor<[784]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 784]> mat2 = ? | Done | Done | 0.99998 | 0 |
16+
| 0 | Tensor<[128]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 128]> mat2 = ? | Done | Done | 0.999987 | 0 |
17+
| 1 | Tensor<[128]> self = ?,<br>Tensor<[1, 784]> mat1 = ?,<br>Tensor<[784, 128]> mat2 = ? | Done | Done | 0.999971 | 0 |
18+
| 2 | Tensor<[12]> self = ?,<br>Tensor<[1, 3]> mat1 = ?,<br>Tensor<[3, 12]> mat2 = ? | Done | Done | 1 | 0 |
19+
| 3 | Tensor<[12]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 12]> mat2 = ? | Done | Done | 0.999977 | 0 |
20+
| 4 | Tensor<[3]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 3]> mat2 = ? | Done | Done | 1 | 0 |
21+
| 5 | Tensor<[64]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 64]> mat2 = ? | Done | Done | 0.999985 | 0 |
22+
| 6 | Tensor<[64]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 64]> mat2 = ? | Done | Done | 0.999994 | 0 |
23+
| 7 | Tensor<[784]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 784]> mat2 = ? | Done | Done | 0.999976 | 0 |
2424
### aten.detach.default
2525
| | ATen Input Variations | Status | Isolated | PCC | Host |
2626
|---:|:--------------------------|:---------|:-----------|------:|-------:|
@@ -30,22 +30,22 @@
3030
### aten.mm.default
3131
| | ATen Input Variations | Status | Isolated | PCC | Host |
3232
|---:|:----------------------------------------------------------|:---------|:-----------|---------:|-------:|
33-
| 0 | Tensor<[1, 128]> self = ?,<br>Tensor<[128, 64]> mat2 = ? | Done | Done | 0.99996 | 0 |
33+
| 0 | Tensor<[1, 128]> self = ?,<br>Tensor<[128, 64]> mat2 = ? | Done | Done | 0.999988 | 0 |
3434
| 1 | Tensor<[1, 128]> self = ?,<br>Tensor<[128, 784]> mat2 = ? | Done | Done | 0.999978 | 0 |
35-
| 2 | Tensor<[1, 12]> self = ?,<br>Tensor<[12, 3]> mat2 = ? | Done | Done | 1 | 0 |
36-
| 3 | Tensor<[1, 12]> self = ?,<br>Tensor<[12, 64]> mat2 = ? | Done | Done | 0.999994 | 0 |
37-
| 4 | Tensor<[1, 3]> self = ?,<br>Tensor<[3, 12]> mat2 = ? | Done | Done | 0.999997 | 0 |
38-
| 5 | Tensor<[1, 64]> self = ?,<br>Tensor<[64, 128]> mat2 = ? | Done | Done | 0.999991 | 0 |
39-
| 6 | Tensor<[1, 64]> self = ?,<br>Tensor<[64, 12]> mat2 = ? | Done | Done | 0.999993 | 0 |
40-
| 7 | Tensor<[1, 784]> self = ?,<br>Tensor<[784, 128]> mat2 = ? | Done | Done | 0.999891 | 0 |
41-
| 8 | Tensor<[12, 1]> self = ?,<br>Tensor<[1, 3]> mat2 = ? | Done | Done | 1 | 0 |
42-
| 9 | Tensor<[12, 1]> self = ?,<br>Tensor<[1, 64]> mat2 = ? | Done | Done | 0.999996 | 0 |
43-
| 10 | Tensor<[128, 1]> self = ?,<br>Tensor<[1, 64]> mat2 = ? | Done | Done | 0.999996 | 0 |
44-
| 11 | Tensor<[128, 1]> self = ?,<br>Tensor<[1, 784]> mat2 = ? | Done | Done | 0.999996 | 0 |
35+
| 2 | Tensor<[1, 12]> self = ?,<br>Tensor<[12, 3]> mat2 = ? | Done | Done | 0.999991 | 0 |
36+
| 3 | Tensor<[1, 12]> self = ?,<br>Tensor<[12, 64]> mat2 = ? | Done | Done | 0.999988 | 0 |
37+
| 4 | Tensor<[1, 3]> self = ?,<br>Tensor<[3, 12]> mat2 = ? | Done | Done | 0.999989 | 0 |
38+
| 5 | Tensor<[1, 64]> self = ?,<br>Tensor<[64, 128]> mat2 = ? | Done | Done | 0.999983 | 0 |
39+
| 6 | Tensor<[1, 64]> self = ?,<br>Tensor<[64, 12]> mat2 = ? | Done | Done | 0.999981 | 0 |
40+
| 7 | Tensor<[1, 784]> self = ?,<br>Tensor<[784, 128]> mat2 = ? | Done | Done | 0.999973 | 0 |
41+
| 8 | Tensor<[12, 1]> self = ?,<br>Tensor<[1, 3]> mat2 = ? | Done | Done | 0.999996 | 0 |
42+
| 9 | Tensor<[12, 1]> self = ?,<br>Tensor<[1, 64]> mat2 = ? | Done | Done | 0.99999 | 0 |
43+
| 10 | Tensor<[128, 1]> self = ?,<br>Tensor<[1, 64]> mat2 = ? | Done | Done | 0.999992 | 0 |
44+
| 11 | Tensor<[128, 1]> self = ?,<br>Tensor<[1, 784]> mat2 = ? | Done | Done | 0.999993 | 0 |
4545
| 12 | Tensor<[3, 1]> self = ?,<br>Tensor<[1, 12]> mat2 = ? | Done | Done | 0.999996 | 0 |
46-
| 13 | Tensor<[64, 1]> self = ?,<br>Tensor<[1, 128]> mat2 = ? | Done | Done | 0.999996 | 0 |
47-
| 14 | Tensor<[64, 1]> self = ?,<br>Tensor<[1, 12]> mat2 = ? | Done | Done | 0.999997 | 0 |
48-
| 15 | Tensor<[784, 1]> self = ?,<br>Tensor<[1, 128]> mat2 = ? | Done | Done | 0.999996 | 0 |
46+
| 13 | Tensor<[64, 1]> self = ?,<br>Tensor<[1, 128]> mat2 = ? | Done | Done | 0.999993 | 0 |
47+
| 14 | Tensor<[64, 1]> self = ?,<br>Tensor<[1, 12]> mat2 = ? | Done | Done | 0.999993 | 0 |
48+
| 15 | Tensor<[784, 1]> self = ?,<br>Tensor<[1, 128]> mat2 = ? | Done | Done | 0.999992 | 0 |
4949
### aten.relu.default
5050
| | ATen Input Variations | Status | Isolated | PCC | Host |
5151
|---:|:--------------------------|:---------|:-----------|------:|-------:|

docs/models/Autoencoder (linear)/input_variations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
### aten.addmm.default
99
| | ATen Input Variations | Status | Isolated | PCC | Host |
1010
|---:|:-------------------------------------------------------------------------------------|:---------|:-----------|---------:|-------:|
11-
| 0 | Tensor<[128]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 128]> mat2 = ? | Done | Done | 0.999988 | 0 |
12-
| 1 | Tensor<[128]> self = ?,<br>Tensor<[1, 784]> mat1 = ?,<br>Tensor<[784, 128]> mat2 = ? | Done | Done | 0.999893 | 0 |
13-
| 2 | Tensor<[12]> self = ?,<br>Tensor<[1, 3]> mat1 = ?,<br>Tensor<[3, 12]> mat2 = ? | Done | Done | 0.999993 | 0 |
14-
| 3 | Tensor<[12]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 12]> mat2 = ? | Done | Done | 0.999996 | 0 |
15-
| 4 | Tensor<[3]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 3]> mat2 = ? | Done | Done | 0.999997 | 0 |
16-
| 5 | Tensor<[64]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 64]> mat2 = ? | Done | Done | 0.999985 | 0 |
17-
| 6 | Tensor<[64]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 64]> mat2 = ? | Done | Done | 0.999994 | 0 |
18-
| 7 | Tensor<[784]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 784]> mat2 = ? | Done | Done | 0.99998 | 0 |
11+
| 0 | Tensor<[128]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 128]> mat2 = ? | Done | Done | 0.999987 | 0 |
12+
| 1 | Tensor<[128]> self = ?,<br>Tensor<[1, 784]> mat1 = ?,<br>Tensor<[784, 128]> mat2 = ? | Done | Done | 0.999965 | 0 |
13+
| 2 | Tensor<[12]> self = ?,<br>Tensor<[1, 3]> mat1 = ?,<br>Tensor<[3, 12]> mat2 = ? | Done | Done | 0.99999 | 0 |
14+
| 3 | Tensor<[12]> self = ?,<br>Tensor<[1, 64]> mat1 = ?,<br>Tensor<[64, 12]> mat2 = ? | Done | Done | 0.999995 | 0 |
15+
| 4 | Tensor<[3]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 3]> mat2 = ? | Done | Done | 0.999998 | 0 |
16+
| 5 | Tensor<[64]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 64]> mat2 = ? | Done | Done | 0.999977 | 0 |
17+
| 6 | Tensor<[64]> self = ?,<br>Tensor<[1, 12]> mat1 = ?,<br>Tensor<[12, 64]> mat2 = ? | Done | Done | 0.999991 | 0 |
18+
| 7 | Tensor<[784]> self = ?,<br>Tensor<[1, 128]> mat1 = ?,<br>Tensor<[128, 784]> mat2 = ? | Done | Done | 0.999979 | 0 |
1919
### aten.relu.default
2020
| | ATen Input Variations | Status | Isolated | PCC | Host |
2121
|---:|:--------------------------|:---------|:-----------|------:|-------:|

0 commit comments

Comments
 (0)