forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestJit.test_conv.expect
23 lines (23 loc) · 1.18 KB
/
TestJit.test_conv.expect
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
graph(%0 : Double(20, 16, 50, 40)
%1 : Double(13, 16, 3, 3)) {
%2 : Tensor = prim::Undefined(), scope: Conv2d
%3 : int = prim::Constant[value=1](), scope: Conv2d
%4 : int = prim::Constant[value=1](), scope: Conv2d
%5 : int[] = prim::ListConstruct(%3, %4), scope: Conv2d
%6 : int = prim::Constant[value=0](), scope: Conv2d
%7 : int = prim::Constant[value=0](), scope: Conv2d
%8 : int[] = prim::ListConstruct(%6, %7), scope: Conv2d
%9 : int = prim::Constant[value=1](), scope: Conv2d
%10 : int = prim::Constant[value=1](), scope: Conv2d
%11 : int[] = prim::ListConstruct(%9, %10), scope: Conv2d
%12 : bool = prim::Constant[value=0](), scope: Conv2d
%13 : int = prim::Constant[value=0](), scope: Conv2d
%14 : int = prim::Constant[value=0](), scope: Conv2d
%15 : int[] = prim::ListConstruct(%13, %14), scope: Conv2d
%16 : int = prim::Constant[value=1](), scope: Conv2d
%17 : bool = prim::Constant[value=0](), scope: Conv2d
%18 : bool = prim::Constant[value=0](), scope: Conv2d
%19 : bool = prim::Constant[value=1](), scope: Conv2d
%20 : Double(20, 13, 48, 38) = aten::_convolution(%0, %1, %2, %5, %8, %11, %12, %15, %16, %17, %18, %19), scope: Conv2d
return (%20);
}