Operations | Input Variations | Converted | Removed | Fallback | Completed | Score | |
---|---|---|---|---|---|---|---|
0 | aten.addmm.default | 8 | 8 | 0 | 0 | ✅ | 1 |
1 | aten.relu.default | 3 | 3 | 0 | 0 | ✅ | 1 |
2 | aten.t.default | 8 | 8 | 0 | 0 | ✅ | 1 |
ATen Input Variations | Status | |
---|---|---|
0 | Tensor<[128]> self = ?, Tensor<[1, 64]> mat1 = ?, Tensor<[64, 128]> mat2 = ? |
Done |
1 | Tensor<[128]> self = ?, Tensor<[1, 784]> mat1 = ?, Tensor<[784, 128]> mat2 = ? |
Done |
2 | Tensor<[12]> self = ?, Tensor<[1, 3]> mat1 = ?, Tensor<[3, 12]> mat2 = ? |
Done |
3 | Tensor<[12]> self = ?, Tensor<[1, 64]> mat1 = ?, Tensor<[64, 12]> mat2 = ? |
Done |
4 | Tensor<[3]> self = ?, Tensor<[1, 12]> mat1 = ?, Tensor<[12, 3]> mat2 = ? |
Done |
5 | Tensor<[64]> self = ?, Tensor<[1, 128]> mat1 = ?, Tensor<[128, 64]> mat2 = ? |
Done |
6 | Tensor<[64]> self = ?, Tensor<[1, 12]> mat1 = ?, Tensor<[12, 64]> mat2 = ? |
Done |
7 | Tensor<[784]> self = ?, Tensor<[1, 128]> mat1 = ?, Tensor<[128, 784]> mat2 = ? |
Done |
ATen Input Variations | Status | |
---|---|---|
0 | Tensor<[1, 128]> self = ? | Done |
1 | Tensor<[1, 12]> self = ? | Done |
2 | Tensor<[1, 64]> self = ? | Done |
ATen Input Variations | Status | |
---|---|---|
0 | Tensor<[12, 3]> self = ? | Done |
1 | Tensor<[12, 64]> self = ? | Done |
2 | Tensor<[128, 64]> self = ? | Done |
3 | Tensor<[128, 784]> self = ? | Done |
4 | Tensor<[3, 12]> self = ? | Done |
5 | Tensor<[64, 128]> self = ? | Done |
6 | Tensor<[64, 12]> self = ? | Done |
7 | Tensor<[784, 128]> self = ? | Done |