MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / __str__

Method __str__

python/paddle/base/framework.py:4382–4383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4380 self.program = program
4381
4382 def __str__(self):
4383 return self._to_readable_code()
4384
4385 def _to_readable_code(self, skip_op_callstack=True):
4386 """

Callers 3

_debug_string_Function · 0.45
__str__Method · 0.45
serialize_op_decsFunction · 0.45

Calls 1

_to_readable_codeMethod · 0.95

Tested by

no test coverage detected