MCPcopy 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
set_param_dtypeFunction · 0.45
cast_model_to_fp16Function · 0.45
cast_parameters_to_fp16Function · 0.45
cast_parameters_to_bf16Function · 0.45
_parallel_pirMethod · 0.45
init_pirMethod · 0.45

Calls 2

iter_parametersMethod · 0.95
listFunction · 0.85

Tested by 15

test_params_pythonMethod · 0.36
test_gan_float32Method · 0.36
run_programMethod · 0.36
check_l2decayMethod · 0.36
run_programMethod · 0.36
check_l2decayMethod · 0.36
funcMethod · 0.36
funcMethod · 0.36
funcMethod · 0.36
funcMethod · 0.36
funcMethod · 0.36
funcMethod · 0.36