Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ all_parameters
Method
all_parameters
python/paddle/base/framework.py:4584–4585 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4582
raise
ValueError(f
"Var {name} is not found recursively"
)
4583
4584
def
all_parameters(self):
4585
return
list(self.iter_parameters())
4586
4587
def
iter_parameters(self):
4588
return
(
Callers
15
__init__
Method · 0.45
_add_cast_ops_to_startup_program
Method · 0.45
set_param_dtype
Function · 0.45
cast_model_to_fp16
Function · 0.45
cast_parameters_to_fp16
Function · 0.45
cast_parameters_to_bf16
Function · 0.45
_parallel_pir
Method · 0.45
init_pir
Method · 0.45
_update_param_device_map
Method · 0.45
add_extra_synchronization
Function · 0.45
recreate_not_persist_param_as_var
Method · 0.45
_initialization_broadcast
Method · 0.45
Calls
2
iter_parameters
Method · 0.95
list
Function · 0.85
Tested by
15
test_params_python
Method · 0.36
test_gan_float32
Method · 0.36
run_program
Method · 0.36
check_l2decay
Method · 0.36
run_program
Method · 0.36
check_l2decay
Method · 0.36
func
Method · 0.36
func
Method · 0.36
func
Method · 0.36
func
Method · 0.36
func
Method · 0.36
func
Method · 0.36