(param)
| 528 | return "{}_g".format(param) |
| 529 | |
| 530 | def _v_prev(param): |
| 531 | return "{}_prev".format(param) |
| 532 | |
| 533 | # Keep track of params that were in the model before: they are not |
| 534 | # data parallel, so we need to handle them separately |
no test coverage detected
searching dependent graphs…