MCPcopy Create free account
hub / github.com/ml-explore/mlx / state

Method state

python/mlx/optimizers/optimizers.py:122–124  ·  view source on GitHub ↗

The optimizer's state dictionary.

(self)

Source from the content-addressed store, hash-verified

120
121 @property
122 def state(self):
123 """The optimizer's state dictionary."""
124 return self._state
125
126 @state.setter
127 def state(self, state: dict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected