Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backends/arm/_passes/size_adjust_input_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class SizeAdjustInputPass(ArmPass):
following is performed to meet the specification:

1) The padding is truncated (done in the node visitor)
2) (if neccessary) The input is truncated (done in this pass)."
2) (if necessary) The input is truncated (done in this pass)."

A simple example would be a 2x2 kernel (no padding, stride=2) and a 5x5
input:
Expand Down
Loading