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

Function error

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

Source from the content-addressed store, hash-verified

100
101
102def error(msg, *args, **kwargs):
103 _get_logger().error("ERROR: %s" % msg, *args, **kwargs)
104
105
106def fatal(msg, *args, **kwargs):

Callers 1

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