| 1 | class FP16_Optimizer(object): |
| 2 | |
| 3 | def __init__(self, *args, **kwargs): |
| 4 | pass |
| 5 | |
| 6 | @property |
| 7 | def optimizer(self): |
| 8 | return self |
| 9 | |
| 10 | |
| 11 | def register_float_module(param, cast_args=True): |
nothing calls this directly
no outgoing calls
no test coverage detected