MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / outputs

Method outputs

tensorflow/python/framework/ops.py:2131–2133  ·  view source on GitHub ↗

The list of `Tensor` objects representing the outputs of this op.

(self)

Source from the content-addressed store, hash-verified

2129
2130 @property
2131 def outputs(self):
2132 """The list of `Tensor` objects representing the outputs of this op."""
2133 return self._outputs
2134
2135 class _InputList(object):
2136 """Immutable input list wrapper."""

Callers 13

RunMethod · 0.45
TESTFunction · 0.45
CreateWarmupParamsFunction · 0.45
InternalGetSignatureInfoFunction · 0.45
GetInitOpFunction · 0.45
CollectOpDependenciesFunction · 0.45
RenderConstructorFunction · 0.45
RenderGettersAndSettersFunction · 0.45
RenderInterfaceImplFunction · 0.45
GenerateOpFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36