Operations | Input Variations | Converted | Removed | Fallback | Completed | Score | |
---|---|---|---|---|---|---|---|
0 | aten._softmax.default | 1 | 1 | 0 | 0 | ✅ | 1 |
1 | aten._to_copy.default | 1 | 0 | 1 | 0 | ✅ | 1 |
2 | aten._unsafe_view.default | 1 | 1 | 0 | 0 | ✅ | 1 |
3 | aten.add.Tensor | 5 | 4 | 0 | 0 | 🚧 | 0.8 |
4 | aten.addmm.default | 6 | 6 | 0 | 0 | ✅ | 1 |
5 | aten.bmm.default | 2 | 2 | 0 | 0 | ✅ | 1 |
6 | aten.clone.default | 5 | 5 | 0 | 0 | ✅ | 1 |
7 | aten.div.Tensor | 1 | 0 | 0 | 0 | ✘ | 0 |
8 | aten.embedding.default | 3 | 0 | 0 | 0 | ✘ | 0 |
9 | aten.expand.default | 3 | 0 | 3 | 0 | ✅ | 1 |
10 | aten.mul.Tensor | 5 | 5 | 0 | 0 | ✅ | 1 |
11 | aten.native_layer_norm.default | 2 | 2 | 0 | 0 | ✅ | 1 |
12 | aten.permute.default | 1 | 1 | 0 | 0 | ✅ | 1 |
13 | aten.pow.Tensor_Scalar | 1 | 1 | 0 | 0 | ✅ | 1 |
14 | aten.rsub.Scalar | 1 | 0 | 0 | 0 | ✘ | 0 |
15 | aten.select.int | 1 | 0 | 0 | 0 | ✘ | 0 |
16 | aten.slice.Tensor | 3 | 0 | 2 | 0 | 🚧 | 0.67 |
17 | aten.t.default | 5 | 5 | 0 | 0 | ✅ | 1 |
18 | aten.tanh.default | 2 | 2 | 0 | 0 | ✅ | 1 |
19 | aten.transpose.int | 2 | 2 | 0 | 0 | ✅ | 1 |
20 | aten.unsqueeze.default | 2 | 2 | 0 | 0 | ✅ | 1 |
21 | aten.view.default | 11 | 11 | 0 | 0 | ✅ | 1 |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 9, 9]> self = ?, int dim = -1, bool half_to_float = False |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 1, 1, 9]> self = ?, Optional[int] dtype = torch.bfloat16 |
Removed | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 9, 12, 64]> self = ?, List[int] size = [1, 9, 768] |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 9, 9]> self = ?, Tensor<[1, 1, 1, 9]> other = ? |
Done | Done | True |
1 | Tensor<[1, 9, 128]> self = ?, Tensor<[1, 9, 128]> other = ? |
Done | Done | True |
2 | Tensor<[1, 9, 3072]> self = ?, Tensor other = 1.0 |
Done | Done | True |
3 | Tensor<[1, 9, 3072]> self = ?, Tensor<[1, 9, 3072]> other = ? |
Done | Done | True |
4 | Tensor<[1, 9, 768]> self = ?, Tensor<[1, 9, 768]> other = ? |
None | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[2]> self = ?, Tensor<[1, 768]> mat1 = ?, Tensor<[768, 2]> mat2 = ? |
Done | Done | True |
1 | Tensor<[3072]> self = ?, Tensor<[9, 768]> mat1 = ?, Tensor<[768, 3072]> mat2 = ? |
Done | Done | True |
2 | Tensor<[768]> self = ?, Tensor<[1, 768]> mat1 = ?, Tensor<[768, 768]> mat2 = ? |
Done | Done | True |
3 | Tensor<[768]> self = ?, Tensor<[9, 128]> mat1 = ?, Tensor<[128, 768]> mat2 = ? |
Done | Done | True |
4 | Tensor<[768]> self = ?, Tensor<[9, 3072]> mat1 = ?, Tensor<[3072, 768]> mat2 = ? |
Done | Done | True |
5 | Tensor<[768]> self = ?, Tensor<[9, 768]> mat1 = ?, Tensor<[768, 768]> mat2 = ? |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[12, 9, 64]> self = ?, Tensor<[12, 64, 9]> mat2 = ? |
Done | Done | True |
1 | Tensor<[12, 9, 9]> self = ?, Tensor<[12, 9, 64]> mat2 = ? |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 9, 9]> self = ? | Done | Done | True |
1 | Tensor<[1, 768]> self = ? | Done | Done | True |
2 | Tensor<[1, 9, 12, 64]> self = ?, Optional[int] memory_format = torch.contiguous_format |
Done | Done | True |
3 | Tensor<[1, 9, 128]> self = ? | Done | Done | True |
4 | Tensor<[1, 9, 768]> self = ? | Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 9, 9]> self = ?, Tensor other = 8.0 |
None | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[2, 128]> weight = ?, Tensor<[1, 9]> indices = ? |
None | Fallback | True |
1 | Tensor<[30000, 128]> weight = ?, Tensor<[1, 9]> indices = ?, int padding_idx = 0 |
None | Fallback | True |
2 | Tensor<[512, 128]> weight = ?, Tensor<[1, 9]> indices = ? |
None | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 64, 9]> self = ?, List[int] size = [1, 12, 64, 9] |
Removed | Fallback | True |
1 | Tensor<[1, 12, 9, 64]> self = ?, List[int] size = [1, 12, 9, 64] |
Removed | Fallback | True |
2 | Tensor<[1, 12, 9, 9]> self = ?, List[int] size = [1, 12, 9, 9] |
Removed | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 1, 1, 9]> self = ?, Tensor other = -3.3895313892515355e+38 |
Done | Done | True |
1 | Tensor<[1, 9, 3072]> self = ?, Tensor other = 0.044715 |
Done | Done | True |
2 | Tensor<[1, 9, 3072]> self = ?, Tensor other = 0.5 |
Done | Done | True |
3 | Tensor<[1, 9, 3072]> self = ?, Tensor other = 0.7978845608028654 |
Done | Done | True |
4 | Tensor<[1, 9, 3072]> self = ?, Tensor<[1, 9, 3072]> other = ? |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 9, 128]> input = ?, List[int] normalized_shape = [128], Optional[Tensor]<[128]> weight = ?, Optional[Tensor]<[128]> bias = ?, float eps = 1e-12 |
Done | Done | N/A |
1 | Tensor<[1, 9, 768]> input = ?, List[int] normalized_shape = [768], Optional[Tensor]<[768]> weight = ?, Optional[Tensor]<[768]> bias = ?, float eps = 1e-12 |
Done | Done | N/A |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 9, 12, 64]> self = ?, List[int] dims = [0, 2, 1, 3] |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 9, 3072]> self = ?, number exponent = 3.0 |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 1, 1, 9]> self = ?, number other = 1.0 |
None | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 9, 768]> self = ?, int dim = 1, int index = 0 |
None | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 512]> self = ?, int dim = 0, Optional[int] start = 0, Optional[int] end = 9223372036854775807 |
Removed | Fallback | True |
1 | Tensor<[1, 512]> self = ?, int dim = 1, Optional[int] start = 0, Optional[int] end = 9 |
None | Fallback | True |
2 | Tensor<[1, 9, 768]> self = ?, int dim = 0, Optional[int] start = 0, Optional[int] end = 9223372036854775807 |
Removed | Fallback | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[2, 768]> self = ? | Done | Done | True |
1 | Tensor<[3072, 768]> self = ? | Done | Done | True |
2 | Tensor<[768, 128]> self = ? | Done | Done | True |
3 | Tensor<[768, 3072]> self = ? | Done | Done | True |
4 | Tensor<[768, 768]> self = ? | Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 768]> self = ? | Done | Done | True |
1 | Tensor<[1, 9, 3072]> self = ? | Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 9, 64]> self = ?, int dim0 = -1, int dim1 = -2 |
Done | Done | True |
1 | Tensor<[1, 12, 9, 64]> self = ?, int dim0 = 2, int dim1 = 1 |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 1, 9]> self = ?, int dim = 2 |
Done | Done | True |
1 | Tensor<[1, 9]> self = ?, int dim = 1 |
Done | Done | True |
ATen Input Variations | Status | Isolated | PCC | |
---|---|---|---|---|
0 | Tensor<[1, 12, 64, 9]> self = ?, List[int] size = [12, 64, 9] |
Done | Done | True |
1 | Tensor<[1, 12, 9, 64]> self = ?, List[int] size = [12, 9, 64] |
Done | Done | True |
2 | Tensor<[1, 12, 9, 9]> self = ?, List[int] size = [12, 9, 9] |
Done | Done | True |
3 | Tensor<[1, 9, 128]> self = ?, List[int] size = [9, 128] |
Done | Done | True |
4 | Tensor<[1, 9, 3072]> self = ?, List[int] size = [9, 3072] |
Done | Done | True |
5 | Tensor<[1, 9, 768]> self = ?, List[int] size = [1, 9, 12, 64] |
Done | Done | True |
6 | Tensor<[1, 9, 768]> self = ?, List[int] size = [9, 768] |
Done | Done | True |
7 | Tensor<[12, 9, 64]> self = ?, List[int] size = [1, 12, 9, 64] |
Done | Done | True |
8 | Tensor<[12, 9, 9]> self = ?, List[int] size = [1, 12, 9, 9] |
Done | Done | True |
9 | Tensor<[9, 3072]> self = ?, List[int] size = [1, 9, 3072] |
Done | Done | True |
10 | Tensor<[9, 768]> self = ?, List[int] size = [1, 9, 768] |
Done | Done | True |