(*unused)
| 135 | for param in list(module.parameters()): |
| 136 | |
| 137 | def allreduce_hook(*unused): |
| 138 | Variable._execution_engine.queue_callback(allreduce_params) |
| 139 | |
| 140 | if param.requires_grad: |
| 141 | param.register_hook(allreduce_hook) |
nothing calls this directly
no outgoing calls
no test coverage detected