MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / vlog

Function vlog

tensorlayer/logging/tl_logging.py:137–138  ·  view source on GitHub ↗
(level, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

135
136
137def vlog(level, msg, *args, **kwargs):
138 _get_logger().log(level, msg, *args, **kwargs)
139
140
141def _GetNextLogCountPerToken(token):

Callers 1

log_ifFunction · 0.85

Calls 1

_get_loggerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…