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

Function set_verbosity

tensorlayer/logging/tl_logging.py:249–251  ·  view source on GitHub ↗

Sets the threshold for what messages will be logged.

(v)

Source from the content-addressed store, hash-verified

247
248
249def set_verbosity(v):
250 """Sets the threshold for what messages will be logged."""
251 _get_logger().setLevel(v)
252
253
254def _get_thread_id():

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…