(*args, **kwargs)
| 127 | link.syncbnVarMode_t.L1 if var_mode == 'L1' else link.syncbnVarMode_t.L2) |
| 128 | |
| 129 | def BNFunc(*args, **kwargs): |
| 130 | return link.nn.SyncBatchNorm2d(*args, **kwargs, **config.kwargs) |
| 131 | |
| 132 | return BNFunc |
| 133 | else: |
nothing calls this directly
no outgoing calls
no test coverage detected