Skip to content

Commit e47ddaa

Browse files
committed
update mds
1 parent d5e712c commit e47ddaa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/Operators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ node = onnx.helper.make_node(
17841784
strides=[3, 3],
17851785
pads=[1, 1, 1, 1],
17861786
ceil_mode=True,
1787+
count_include_pad=1,
17871788
)
17881789
x = np.array(
17891790
[

docs/TestCoverage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,7 @@ node = onnx.helper.make_node(
11821182
strides=[3, 3],
11831183
pads=[1, 1, 1, 1],
11841184
ceil_mode=True,
1185+
count_include_pad=1,
11851186
)
11861187
x = np.array(
11871188
[

0 commit comments

Comments
 (0)