(topleft, bottomright)
| 57 | |
| 58 | |
| 59 | def maybe_reverse_pad(topleft, bottomright): |
| 60 | if cfg.BACKBONE.TF_PAD_MODE: |
| 61 | return [topleft, bottomright] |
| 62 | return [bottomright, topleft] |
| 63 | |
| 64 | |
| 65 | @contextmanager |
no outgoing calls
no test coverage detected
searching dependent graphs…