Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ is_parameter
Method
is_parameter
python/paddle/base/framework.py:7570–7571 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
7568
)
7569
7570
def
is_parameter(var):
7571
return
isinstance(var, Parameter)
7572
7573
def
is_persistable(var):
7574
if
(
Callers
3
is_parameter
Method · 0.45
_sync_with_cpp
Method · 0.45
IsParameter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected