Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_members
Function · 0.45
generate_stub_file
Function · 0.45
_check_compatible
Function · 0.45
read_argspec_from_file
Function · 0.45
get_incrementapi
Function · 0.45
run_on_directory
Method · 0.45
insert_api_into_dict
Function · 0.45
_batch_p2p
Function · 0.45
forward
Method · 0.45
print_trainable_parameters
Method · 0.45
ignore_log
Method · 0.45
info_log
Method · 0.45
Calls
1
print
Function · 0.50
Tested by
6
ignore_log
Method · 0.36
info_log
Method · 0.36
success_log
Method · 0.36
load_paddle_program
Method · 0.36
build_paddle_program
Method · 0.36
build_cinn_program
Method · 0.36