MCPcopy Create free account
hub / github.com/Sense-GVT/DeCLIP / FP16_Optimizer

Class FP16_Optimizer

linklink/fp16.py:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class FP16_Optimizer(object):
2
3 def __init__(self, *args, **kwargs):
4 pass
5
6 @property
7 def optimizer(self):
8 return self
9
10
11def register_float_module(param, cast_args=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected