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

Method outputs

python/paddle/base/framework.py:5312–5319  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

5310
5311 @property
5312 def outputs(self):
5313 """
5314 Return the node outputs.
5315
5316 Returns:
5317 list(IrNode): node outputs wrapped by IrNode.
5318 """
5319 return [IrNode(n) for n in self.node.outputs]
5320
5321
5322class IrVarNode(IrNode):

Callers 8

infershape_for_compositeFunction · 0.45
CreateVarNameMapFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
CreateProgramFunction · 0.45
GetOpProtoOutputNamesMethod · 0.45
build_cinn_programMethod · 0.45

Calls 1

IrNodeClass · 0.70

Tested by 6

CreateVarNameMapFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
CreateProgramFunction · 0.36
GetOpProtoOutputNamesMethod · 0.36
build_cinn_programMethod · 0.36