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

Method forward

axlearn/common/module_test.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70
71 class _ImageModule(Module):
72 def forward(self):
73 self.add_summary("img0", ImageSummary(val))
74
75 module = _ImageModule.default_config().set(name="tmp").instantiate(parent=None)
76

Callers

nothing calls this directly

Calls 2

ImageSummaryClass · 0.90
add_summaryMethod · 0.45

Tested by

no test coverage detected