MCPcopy Create free account
hub / github.com/alibaba/nann / _update_input

Method _update_input

tensorflow/tensorflow/python/framework/ops.py:2024–2047  ·  view source on GitHub ↗

Update the input to this operation at the given index. NOTE: This is for TF internal use only. Please don't use it. Args: index: the index of the input to update. tensor: the Tensor to be used as the input at the given index. Raises: TypeError: if tensor is not a Ten

(self, index, tensor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

RerouteTensorFunction · 0.80
_reroute_tFunction · 0.80
_finalize_cyclesMethod · 0.80
RerouteTensorFunction · 0.80
AddOpMethod · 0.80
testLoop_falseMethod · 0.80
testLoop_1Method · 0.80
testLoop_2Method · 0.80
PostProcessingMethod · 0.80
_AddNextAndBackEdgeFunction · 0.80
update_componentFunction · 0.80
_AddOpInternalMethod · 0.80

Calls 5

_tf_inputMethod · 0.95
TypeErrorFunction · 0.85
_assert_same_graphFunction · 0.85
UpdateEdgeMethod · 0.45
_as_tf_outputMethod · 0.45

Tested by 8

testLoop_falseMethod · 0.64
testLoop_1Method · 0.64
testLoop_2Method · 0.64
testUpdateInputMethod · 0.64