Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/axlearn
/ vlog
Method
vlog
axlearn/common/module.py:912–914 ·
view source on GitHub ↗
(self, level: int, msg: str, *args, **kwargs)
Source
from the content-addressed store, hash-verified
910
return
f
"{self.parent.path()}.{self.name}"
911
912
def
__str__(self):
913
return
repr(self)
914
915
def
__repr__(self):
916
return
f
"{type(self)}@{self.path()}"
917
Callers
15
_wrap_methods_with_auto_child_context
Method · 0.95
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
forward
Method · 0.80
write
Method · 0.80
convert
Method · 0.80
read_state_spec
Function · 0.80
_get_spec
Method · 0.80
_run_garbage_collection
Method · 0.80
__init__
Method · 0.80
forward
Method · 0.80
Calls
2
vlog_is_on
Method · 0.95
path
Method · 0.95
Tested by
no test coverage detected