Skip to content

Latest commit

 

History

History
67 lines (66 loc) · 12.8 KB

input_variations.md

File metadata and controls

67 lines (66 loc) · 12.8 KB

High Level Operations Status

Operations Input Variations Converted Removed Fallback Completed Score
0 aten._native_batch_norm_legit_no_training.default 5 5 0 0 1
1 aten.cat.default 4 4 0 0 1
2 aten.convolution.default 19 19 0 0 1
3 aten.max_pool2d_with_indices.default 4 4 0 0 1
4 aten.relu.default 5 5 0 0 1
5 aten.sigmoid.default 1 1 0 0 1

aten._native_batch_norm_legit_no_training.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 128, 64, 64]> input = ?,
Optional[Tensor]<[128]> weight = ?,
Optional[Tensor]<[128]> bias = ?,
Tensor<[128]> running_mean = ?,
Tensor<[128]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
Done Done 0.999991 0
1 Tensor<[1, 256, 32, 32]> input = ?,
Optional[Tensor]<[256]> weight = ?,
Optional[Tensor]<[256]> bias = ?,
Tensor<[256]> running_mean = ?,
Tensor<[256]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
Done Done 0.999989 0
2 Tensor<[1, 32, 256, 256]> input = ?,
Optional[Tensor]<[32]> weight = ?,
Optional[Tensor]<[32]> bias = ?,
Tensor<[32]> running_mean = ?,
Tensor<[32]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
Done Done 0.99999 0
3 Tensor<[1, 512, 16, 16]> input = ?,
Optional[Tensor]<[512]> weight = ?,
Optional[Tensor]<[512]> bias = ?,
Tensor<[512]> running_mean = ?,
Tensor<[512]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
Done Done 0.999992 0
4 Tensor<[1, 64, 128, 128]> input = ?,
Optional[Tensor]<[64]> weight = ?,
Optional[Tensor]<[64]> bias = ?,
Tensor<[64]> running_mean = ?,
Tensor<[64]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
Done Done 0.999989 0

aten.cat.default

ATen Input Variations Status Isolated PCC Host
0 List[Tensor] tensors = [<[1, 128, 64, 64]>, <[1, 128, 64, 64]>],
int dim = 1
Done Done 1 0
1 List[Tensor] tensors = [<[1, 256, 32, 32]>, <[1, 256, 32, 32]>],
int dim = 1
Done Done 1 0
2 List[Tensor] tensors = [<[1, 32, 256, 256]>, <[1, 32, 256, 256]>],
int dim = 1
Done Done 1 0
3 List[Tensor] tensors = [<[1, 64, 128, 128]>, <[1, 64, 128, 128]>],
int dim = 1
Done Done 1 0

aten.convolution.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 128, 128, 128]> input = ?,
Tensor<[64, 128, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999815 0
1 Tensor<[1, 128, 32, 32]> input = ?,
Tensor<[256, 128, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999819 0
2 Tensor<[1, 128, 64, 64]> input = ?,
Tensor<[128, 128, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999817 0
3 Tensor<[1, 128, 64, 64]> input = ?,
Tensor<[128, 64, 2, 2]> weight = ?,
Optional[Tensor]<[64]> bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = True,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.99998 1
4 Tensor<[1, 256, 16, 16]> input = ?,
Tensor<[512, 256, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999569 0
5 Tensor<[1, 256, 32, 32]> input = ?,
Tensor<[256, 128, 2, 2]> weight = ?,
Optional[Tensor]<[128]> bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = True,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999964 1
6 Tensor<[1, 256, 32, 32]> input = ?,
Tensor<[256, 256, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999554 0
7 Tensor<[1, 256, 64, 64]> input = ?,
Tensor<[128, 256, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999548 0
8 Tensor<[1, 3, 256, 256]> input = ?,
Tensor<[32, 3, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999981 0
9 Tensor<[1, 32, 128, 128]> input = ?,
Tensor<[64, 32, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999962 0
10 Tensor<[1, 32, 256, 256]> input = ?,
Tensor<[1, 32, 1, 1]> weight = ?,
Optional[Tensor]<[1]> bias = ?,
List[int] stride = [1, 1],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999988 1
11 Tensor<[1, 32, 256, 256]> input = ?,
Tensor<[32, 32, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999961 0
12 Tensor<[1, 512, 16, 16]> input = ?,
Tensor<[512, 256, 2, 2]> weight = ?,
Optional[Tensor]<[256]> bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = True,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999928 1
13 Tensor<[1, 512, 16, 16]> input = ?,
Tensor<[512, 512, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.99889 0
14 Tensor<[1, 512, 32, 32]> input = ?,
Tensor<[256, 512, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.998861 0
15 Tensor<[1, 64, 128, 128]> input = ?,
Tensor<[64, 32, 2, 2]> weight = ?,
Optional[Tensor]<[32]> bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = True,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.999986 1
16 Tensor<[1, 64, 128, 128]> input = ?,
Tensor<[64, 64, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.99992 0
17 Tensor<[1, 64, 256, 256]> input = ?,
Tensor<[32, 64, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.99992 0
18 Tensor<[1, 64, 64, 64]> input = ?,
Tensor<[128, 64, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [1, 1],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
Done Done 0.99992 0

aten.max_pool2d_with_indices.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 128, 64, 64]> self = ?,
List[int] kernel_size = [2, 2],
List[int] stride = [2, 2]
Done Done 1 0
1 Tensor<[1, 256, 32, 32]> self = ?,
List[int] kernel_size = [2, 2],
List[int] stride = [2, 2]
Done Done 1 0
2 Tensor<[1, 32, 256, 256]> self = ?,
List[int] kernel_size = [2, 2],
List[int] stride = [2, 2]
Done Done 1 0
3 Tensor<[1, 64, 128, 128]> self = ?,
List[int] kernel_size = [2, 2],
List[int] stride = [2, 2]
Done Done 1 0

aten.relu.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 128, 64, 64]> self = ? Done Done 1 0
1 Tensor<[1, 256, 32, 32]> self = ? Done Done 1 0
2 Tensor<[1, 32, 256, 256]> self = ? Done Done 1 0
3 Tensor<[1, 512, 16, 16]> self = ? Done Done 1 0
4 Tensor<[1, 64, 128, 128]> self = ? Done Done 1 0

aten.sigmoid.default

ATen Input Variations Status Isolated PCC Host
0 Tensor<[1, 1, 256, 256]> self = ? Done Done 0.999753 0