Skip to content

Commit

Permalink
update mds
Browse files Browse the repository at this point in the history
Signed-off-by: titaiwangms <[email protected]>
  • Loading branch information
titaiwangms committed Jan 23, 2025
1 parent 81e553a commit 231f353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,7 @@ node = onnx.helper.make_node(
strides=[3, 3],
pads=[1, 1, 1, 1],
ceil_mode=True,
count_include_pad=1,
)
x = np.array(
[
Expand Down
1 change: 1 addition & 0 deletions docs/TestCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ node = onnx.helper.make_node(
strides=[3, 3],
pads=[1, 1, 1, 1],
ceil_mode=True,
count_include_pad=1,
)
x = np.array(
[
Expand Down

0 comments on commit 231f353

Please sign in to comment.