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

Function warn

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

Source from the content-addressed store, hash-verified

109
110@deprecated(date="2018-09-30", instructions="This API is deprecated. Please use as `tl.logging.warning`")
111def warn(msg, *args, **kwargs):
112 warning(msg, *args, **kwargs)
113
114
115def warning(msg, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…