Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/z-lab/dflash
/ clear
Method
clear
dflash/model_mlx.py:357–359 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
355
GatedDeltaNet.__call__ = _capturing_gdn_call
356
357
def
clear(self):
358
self.conv_data.clear()
359
self._gdn_inputs.clear()
360
361
def
close(self):
362
if
self._closed:
Callers
1
stream_generate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected