MCPcopy Create free account
hub / github.com/OpenGVLab/EfficientQAT / state_dict

Method state_dict

utils.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 return norm
46
47 def state_dict(self):
48 return self._scaler.state_dict()
49
50 def load_state_dict(self, state_dict):
51 self._scaler.load_state_dict(state_dict)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected