MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / error

Method error

python/paddle/jit/dy2static/logging_utils.py:141–144  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

139 return self.verbosity_level >= level
140
141 def error(self, msg, *args, **kwargs):
142 self.logger.error(msg, *args, **kwargs)
143 if self.need_to_echo_log_to_stdout:
144 self._output_to_stdout('ERROR: ' + msg, *args)
145
146 def warn(self, msg, *args, **kwargs):
147 if self.verbosity_level != -1:

Callers 15

__init__.pyFile · 0.45
loadFunction · 0.45
safe_entropyFunction · 0.45
_step_microbatchesMethod · 0.45
watch_local_trainersFunction · 0.45
sync_peersMethod · 0.45
_heartbeatMethod · 0.45
watchMethod · 0.45
save_pod_logMethod · 0.45
_save_container_envMethod · 0.45
process_argsFunction · 0.45

Calls 1

_output_to_stdoutMethod · 0.95

Tested by

no test coverage detected