patch('torch.nn.modules.batchnorm._BatchNorm._check_input_dim',
_check_input_dim)
| 1 | """pytest tests/test_forward.py.""" |
| 2 | import copy |
| 3 | from os.path import dirname, exists, join |
| 4 | from unittest.mock import patch |
nothing calls this directly
no outgoing calls
no test coverage detected