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

Function fatal

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

Source from the content-addressed store, hash-verified

104
105
106def fatal(msg, *args, **kwargs):
107 _get_logger().fatal("FATAL: %s" % msg, *args, **kwargs)
108
109
110@deprecated(date="2018-09-30", instructions="This API is deprecated. Please use as `tl.logging.warning`")

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…