Commit 728ee8b
torchscript_mask_rcnn.cpp: fix compilation error
Summary:
Pull Request resolved: #4240
The API changed on this line to return an rvalue instead of an lvalue (atomic<int>& -> size_t) from D33801501. I've followed that diff to what seems to be the new API.
Reviewed By: ebyrne, eellison, wat3rBro
Differential Revision: D36394835
fbshipit-source-id: 792d80661338d0ad62033c711e75198c226b520c1 parent 42c44b6 commit 728ee8b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
0 commit comments