MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / reset

Method reset

src/attention_controllers.py:41–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40
41 def reset(self):
42 # super(CDAttentionStore, self).reset()
43 self.step_store = self.get_empty_store()
44 # self.attention_store = {}
45
46 def __init__(self):
47 # super(CDAttentionStore, self).__init__()

Callers

nothing calls this directly

Calls 1

get_empty_storeMethod · 0.95

Tested by

no test coverage detected