Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 3.09 KB

input_variations.md

File metadata and controls

36 lines (35 loc) · 3.09 KB

High Level Operations Status

Operations Input Variations Converted Removed Fallback Completed Score
0 aten.all.default 1 0 0 1 0
1 aten.embedding.default 2 2 0 0 1
2 aten.eq.Scalar 1 1 0 0 1
3 aten.index.Tensor 1 0 1 0 1
4 aten.slice.Tensor 1 1 0 0 1
5 aten.unsqueeze.default 1 1 0 0 1

aten.all.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 7]> self = ? Fallback Fallback 1 0

aten.embedding.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[65024, 4544]> weight = ?,
Tensor<[1, 7]> indices = ?
Done Done 1.0 0
1 Tensor<[7, 64]> weight = ?,
Tensor<[1, 7]> indices = ?
Done Unknown N/A N/A

aten.eq.Scalar

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 7]> self = ?,
number other = 1
Done Done 1 0

aten.index.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[7, 64]> self = ?,
List[Optional[Tensor]] indices = [<[1, 7]>]
Removed Done 1 0

aten.slice.Tensor

ATen Input Variations Status Isolated PCC Host
0 Tensor<[2048, 64]> self = ?,
int dim = 0,
Optional[int] start = 0,
Optional[int] end = 7
Done Done 1 -1

aten.unsqueeze.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 7, 64]> self = ?,
int dim = 1
Done Done 1 -1