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

Method debug

tools/type_checking.py:58–60  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

56 self._debug = debug
57
58 def debug(self, msg: str) -> None:
59 if self._debug:
60 print(msg)
61
62 def info(self, msg: str) -> None:
63 print(msg)

Callers 15

get_tensor_membersFunction · 0.45
generate_stub_fileFunction · 0.45
_check_compatibleFunction · 0.45
read_argspec_from_fileFunction · 0.45
get_incrementapiFunction · 0.45
run_on_directoryMethod · 0.45
insert_api_into_dictFunction · 0.45
_batch_p2pFunction · 0.45
forwardMethod · 0.45
ignore_logMethod · 0.45
info_logMethod · 0.45

Calls 1

printFunction · 0.50

Tested by 6

ignore_logMethod · 0.36
info_logMethod · 0.36
success_logMethod · 0.36
load_paddle_programMethod · 0.36
build_paddle_programMethod · 0.36
build_cinn_programMethod · 0.36