MCPcopy 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

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
forwardMethod · 0.80
writeMethod · 0.80
convertMethod · 0.80
read_state_specFunction · 0.80
_get_specMethod · 0.80
__init__Method · 0.80
forwardMethod · 0.80

Calls 2

vlog_is_onMethod · 0.95
pathMethod · 0.95

Tested by

no test coverage detected