Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ __str__
Method
__str__
python/paddle/base/framework.py:7750–7751 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7748
self.is_parameter = True
7749
7750
def
__str__(self):
7751
return
self._to_readable_code()
7752
7753
def
to_string(self, throw_on_error, with_details=False):
7754
""
"
Callers
nothing calls this directly
Calls
1
_to_readable_code
Method · 0.45
Tested by
no test coverage detected