MCPcopy Create free account
hub / github.com/apple/axlearn / update

Method update

axlearn/common/module.py:276–279  ·  view source on GitHub ↗
(self, collection: "OutputCollection")

Source from the content-addressed store, hash-verified

274 return child
275
276 def update(self, collection: "OutputCollection"):
277 self.summaries.update(**collection.summaries)
278 self.state_updates.update(**collection.state_updates)
279 self.module_outputs.update(**collection.module_outputs)
280
281
282def new_output_collection():

Callers 3

_generate_seed_from_nameFunction · 0.45
scan_fnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected