Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/axlearn
/ add_module_output
Method
add_module_output
axlearn/common/module.py:1127–1128 ·
view source on GitHub ↗
(self, name: str, value: Tensor)
Source
from the content-addressed store, hash-verified
1125
1126
Args:
1127
name: The name of the item to add.
1128
value: The value to add.
1129
""
"
1130
return
self.get_invocation_context().add_summary(name, value)
1131
Callers
15
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
_metrics
Method · 0.45
forward
Method · 0.45
extend_step
Method · 0.45
forward
Method · 0.45
predict
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
_forward_for_mode
Method · 0.45
Calls
1
get_invocation_context
Method · 0.95
Tested by
9
forward
Method · 0.36
_metrics
Method · 0.36
forward
Method · 0.36
forward
Method · 0.36
predict
Method · 0.36
forward
Method · 0.36
forward
Method · 0.36
inc
Method · 0.36
fn
Method · 0.36