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

Function warning

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

Source from the content-addressed store, hash-verified

113
114
115def warning(msg, *args, **kwargs):
116 _get_logger().warning("WARNING: %s" % msg, *args, **kwargs)
117
118
119# Mask to convert integer thread ids to unsigned quantities for logging

Callers 1

warnFunction · 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…