Commit 2099cfa
Fix input_channels divisibility check in concat_split_op (pytorch#31448)
Summary: Pull Request resolved: pytorch#31448 Replace `(!x%y)` with `(x%y != 0)` Test Plan: CI Reviewed By: orionr Differential Revision: D19165492 fbshipit-source-id: 246635fb8ddd5823196bcef9d0e6cdf1c349015e1 parent b38901a commit 2099cfa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments