File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
doc/documents/mli_kernels Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ system of equations:
87
87
88
88
\hat {Hi} = {Hi}+padding\_top+padding\_bottom
89
89
90
- {Wo}*{stride\_width} = \hat {Wi}-\hat {Wk}+1
90
+ {Wo}*{stride\_width} = \hat {Wi}-\hat {Wk}+{stride\_width}
91
91
92
- {Ho}*{stride\_height} = \hat {Hi}-\hat {Hk}+1
92
+ {Ho}*{stride\_height} = \hat {Hi}-\hat {Hk}+{stride\_height}
93
93
94
94
\end {cases}
95
95
..
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ system of equations:
69
69
70
70
\hat {Hi} = {Hi}+padding\_top+padding\_bottom
71
71
72
- {Wo}*{stride\_width} = \hat {Wi}-{kernel\_width}+1
72
+ {Wo}*{stride\_width} = \hat {Wi}-{kernel\_width}+{stride\_width}
73
73
74
- {Ho}*{stride\_height} = \hat {Hi}-{kernel\_height}+1
74
+ {Ho}*{stride\_height} = \hat {Hi}-{kernel\_height}+{stride\_height}
75
75
76
76
\end {cases}
77
77
..
You can’t perform that action at this time.
0 commit comments