Skip to content

Commit 0cbbc68

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/backends/arm/_passes/size_adjust_input_pass.py
Reviewed By: franklinho Differential Revision: D100956559
1 parent e7b38a3 commit 0cbbc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/_passes/size_adjust_input_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class SizeAdjustInputPass(ArmPass):
160160
following is performed to meet the specification:
161161
162162
1) The padding is truncated (done in the node visitor)
163-
2) (if neccessary) The input is truncated (done in this pass)."
163+
2) (if necessary) The input is truncated (done in this pass)."
164164
165165
A simple example would be a 2x2 kernel (no padding, stride=2) and a 5x5
166166
input:

0 commit comments

Comments
 (0)