Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 3.13 KB

input_variations.md

File metadata and controls

36 lines (35 loc) · 3.13 KB

High Level Operations Status

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.addmm.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[128]> self = ?,
Tensor<[1, 64]> mat1 = ?,
Tensor<[64, 128]> mat2 = ?
Done Done 0.999983 0
1 Tensor<[128]> self = ?,
Tensor<[1, 784]> mat1 = ?,
Tensor<[784, 128]> mat2 = ?
Done Done 0.99997 0
2 Tensor<[12]> self = ?,
Tensor<[1, 3]> mat1 = ?,
Tensor<[3, 12]> mat2 = ?
Done Done 0.999995 0
3 Tensor<[12]> self = ?,
Tensor<[1, 64]> mat1 = ?,
Tensor<[64, 12]> mat2 = ?
Done Done 0.999992 0
4 Tensor<[3]> self = ?,
Tensor<[1, 12]> mat1 = ?,
Tensor<[12, 3]> mat2 = ?
Done Done 0.999994 0
5 Tensor<[64]> self = ?,
Tensor<[1, 128]> mat1 = ?,
Tensor<[128, 64]> mat2 = ?
Done Done 0.999967 0
6 Tensor<[64]> self = ?,
Tensor<[1, 12]> mat1 = ?,
Tensor<[12, 64]> mat2 = ?
Done Done 0.999985 0
7 Tensor<[784]> self = ?,
Tensor<[1, 128]> mat1 = ?,
Tensor<[128, 784]> mat2 = ?
Done Done 0.999979 0

aten.relu.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 128]> self = ? Done Done 1 0
1 Tensor<[1, 12]> self = ? Done Done 1 0
2 Tensor<[1, 64]> self = ? Done Done 1 0

aten.t.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[12, 3]> self = ? Done Done 1 0
1 Tensor<[12, 64]> self = ? Done Done 1 0
2 Tensor<[128, 64]> self = ? Done Done 1 0
3 Tensor<[128, 784]> self = ? Done Done 1 0
4 Tensor<[3, 12]> self = ? Done Done 1 0
5 Tensor<[64, 128]> self = ? Done Done 1 0
6 Tensor<[64, 12]> self = ? Done Done 1 0
7 Tensor<[784, 128]> self = ? Done Done 1 0