Skip to content

Latest commit

 

History

History
85 lines (84 loc) · 13.2 KB

input_variations.md

File metadata and controls

85 lines (84 loc) · 13.2 KB

High Level Operations Status

Operations Input Variations Converted Removed Fallback Completed Score
0 aten._native_batch_norm_legit_no_training.default 8 0 0 0 0
1 aten.add.Tensor 4 4 0 0 1
2 aten.addmm.default 1 1 0 0 1
3 aten.convolution.default 19 0 0 0 0
4 aten.max_pool2d_with_indices.default 1 0 0 0 0
5 aten.mean.dim 1 1 0 0 1
6 aten.relu.default 8 8 0 0 1
7 aten.t.default 1 1 0 0 1
8 aten.view.default 1 0 0 1 0

aten._native_batch_norm_legit_no_training.default

ATen Input Variations Status
0 Tensor<[1, 1024, 14, 14]> input = ?,
Optional[Tensor]<[1024]> weight = ?,
Optional[Tensor]<[1024]> bias = ?,
Tensor<[1024]> running_mean = ?,
Tensor<[1024]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
None
1 Tensor<[1, 1024, 28, 28]> input = ?,
Optional[Tensor]<[1024]> weight = ?,
Optional[Tensor]<[1024]> bias = ?,
Tensor<[1024]> running_mean = ?,
Tensor<[1024]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
None
2 Tensor<[1, 2048, 14, 14]> input = ?,
Optional[Tensor]<[2048]> weight = ?,
Optional[Tensor]<[2048]> bias = ?,
Tensor<[2048]> running_mean = ?,
Tensor<[2048]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
None
3 Tensor<[1, 2048, 7, 7]> input = ?,
Optional[Tensor]<[2048]> weight = ?,
Optional[Tensor]<[2048]> bias = ?,
Tensor<[2048]> running_mean = ?,
Tensor<[2048]> running_var = ?,
float momentum = 0.1,
float eps = 1e-05
None
4 Tensor<[1, 256, 56, 56]> 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
None
5 Tensor<[1, 512, 28, 28]> 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
None
6 Tensor<[1, 512, 56, 56]> 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
None
7 Tensor<[1, 64, 112, 112]> 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
None

aten.add.Tensor

ATen Input Variations Status
0 Tensor<[1, 1024, 14, 14]> self = ?,
Tensor<[1, 1024, 14, 14]> other = ?
Done
1 Tensor<[1, 2048, 7, 7]> self = ?,
Tensor<[1, 2048, 7, 7]> other = ?
Done
2 Tensor<[1, 256, 56, 56]> self = ?,
Tensor<[1, 256, 56, 56]> other = ?
Done
3 Tensor<[1, 512, 28, 28]> self = ?,
Tensor<[1, 512, 28, 28]> other = ?
Done

aten.addmm.default

ATen Input Variations Status
0 Tensor<[1000]> self = ?,
Tensor<[1, 2048]> mat1 = ?,
Tensor<[2048, 1000]> mat2 = ?
Done

aten.convolution.default

ATen Input Variations Status
0 Tensor<[1, 1024, 14, 14]> input = ?,
Tensor<[1024, 1024, 1, 1]> weight = ?,
Optional[Tensor] 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
None
1 Tensor<[1, 1024, 14, 14]> input = ?,
Tensor<[1024, 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 = 32
None
2 Tensor<[1, 1024, 14, 14]> input = ?,
Tensor<[2048, 1024, 1, 1]> weight = ?,
Optional[Tensor] 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
None
3 Tensor<[1, 1024, 14, 14]> input = ?,
Tensor<[2048, 1024, 1, 1]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
None
4 Tensor<[1, 1024, 28, 28]> input = ?,
Tensor<[1024, 32, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 32
None
5 Tensor<[1, 2048, 14, 14]> input = ?,
Tensor<[2048, 64, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 32
None
6 Tensor<[1, 2048, 7, 7]> input = ?,
Tensor<[2048, 2048, 1, 1]> weight = ?,
Optional[Tensor] 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
None
7 Tensor<[1, 2048, 7, 7]> input = ?,
Tensor<[2048, 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 = 32
None
8 Tensor<[1, 256, 56, 56]> input = ?,
Tensor<[256, 256, 1, 1]> weight = ?,
Optional[Tensor] 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
None
9 Tensor<[1, 256, 56, 56]> input = ?,
Tensor<[256, 8, 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 = 32
None
10 Tensor<[1, 256, 56, 56]> input = ?,
Tensor<[512, 256, 1, 1]> weight = ?,
Optional[Tensor] 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
None
11 Tensor<[1, 256, 56, 56]> input = ?,
Tensor<[512, 256, 1, 1]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
None
12 Tensor<[1, 3, 224, 224]> input = ?,
Tensor<[64, 3, 7, 7]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [3, 3],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
None
13 Tensor<[1, 512, 28, 28]> input = ?,
Tensor<[1024, 512, 1, 1]> weight = ?,
Optional[Tensor] 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
None
14 Tensor<[1, 512, 28, 28]> input = ?,
Tensor<[1024, 512, 1, 1]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [0, 0],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 1
None
15 Tensor<[1, 512, 28, 28]> input = ?,
Tensor<[512, 16, 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 = 32
None
16 Tensor<[1, 512, 28, 28]> input = ?,
Tensor<[512, 512, 1, 1]> weight = ?,
Optional[Tensor] 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
None
17 Tensor<[1, 512, 56, 56]> input = ?,
Tensor<[512, 16, 3, 3]> weight = ?,
Optional[Tensor] bias = ?,
List[int] stride = [2, 2],
List[int] padding = [1, 1],
List[int] dilation = [1, 1],
bool transposed = False,
List[int] output_padding = [0, 0],
int groups = 32
None
18 Tensor<[1, 64, 56, 56]> input = ?,
Tensor<[256, 64, 1, 1]> weight = ?,
Optional[Tensor] 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
None

aten.max_pool2d_with_indices.default

ATen Input Variations Status
0 Tensor<[1, 64, 112, 112]> self = ?,
List[int] kernel_size = [3, 3],
List[int] stride = [2, 2],
List[int] padding = [1, 1]
None

aten.mean.dim

ATen Input Variations Status
0 Tensor<[1, 2048, 7, 7]> self = ?,
Optional[List[int]] dim = [-1, -2],
bool keepdim = True
Done

aten.relu.default

ATen Input Variations Status
0 Tensor<[1, 1024, 14, 14]> self = ? Done
1 Tensor<[1, 1024, 28, 28]> self = ? Done
2 Tensor<[1, 2048, 14, 14]> self = ? Done
3 Tensor<[1, 2048, 7, 7]> self = ? Done
4 Tensor<[1, 256, 56, 56]> self = ? Done
5 Tensor<[1, 512, 28, 28]> self = ? Done
6 Tensor<[1, 512, 56, 56]> self = ? Done
7 Tensor<[1, 64, 112, 112]> self = ? Done

aten.t.default

ATen Input Variations Status
0 Tensor<[1000, 2048]> self = ? Done

aten.view.default

ATen Input Variations Status
0 Tensor<[1, 2048, 1, 1]> self = ?,
List[int] size = [1, 2048]
Fallback