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

Method outputs

python/paddle/base/framework.py:5411–5418  ·  view source on GitHub ↗

Return the node outputs. Returns: list(IrOpNode): node outputs wrapped by IrOpNode.

(self)

Source from the content-addressed store, hash-verified

5409
5410 @property
5411 def outputs(self):
5412 """
5413 Return the node outputs.
5414
5415 Returns:
5416 list(IrOpNode): node outputs wrapped by IrOpNode.
5417 """
5418 return [IrOpNode(n) for n in self.node.outputs]
5419
5420
5421class IrOpNode(IrNode):

Callers

nothing calls this directly

Calls 1

IrOpNodeClass · 0.85

Tested by

no test coverage detected