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

Function info

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

Source from the content-addressed store, hash-verified

96
97
98def info(msg, *args, **kwargs):
99 _get_logger().info(msg, *args, **kwargs)
100
101
102def error(msg, *args, **kwargs):

Callers

nothing calls this directly

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…