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

Method append_output

python/paddle/base/framework.py:5292–5299  ·  view source on GitHub ↗

Append a node in outputs. Args: node(IrNode): the node being appended.

(self, node)

Source from the content-addressed store, hash-verified

5290 self.node.remove_output(node.node)
5291
5292 def append_output(self, node):
5293 """
5294 Append a node in outputs.
5295
5296 Args:
5297 node(IrNode): the node being appended.
5298 """
5299 self.node.append_output(node.node)
5300
5301 @property
5302 def inputs(self):

Callers 3

update_input_linkMethod · 0.80
update_output_linkMethod · 0.80
link_toMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected