MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / _update_input

Method _update_input

tensorflow/python/framework/ops.py:1770–1809  ·  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. dtype: tf.DType: type of the input; defaults t

(self, index, tensor, dtype=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_reroute_tFunction · 0.80
testLoop_falseMethod · 0.80
testLoop_1Method · 0.80
testLoop_2Method · 0.80
_AddNextAndBackEdgeFunction · 0.80
PostProcessingMethod · 0.80
_AddOpInternalMethod · 0.80
_AddOpInternalMethod · 0.80
AddForwardLoopCounterMethod · 0.80

Calls 9

_tf_inputMethod · 0.95
_recompute_node_defMethod · 0.95
_assert_same_graphFunction · 0.85
UpdateEdgeMethod · 0.80
_as_tf_outputMethod · 0.45
is_compatible_withMethod · 0.45
removeMethod · 0.45
consumersMethod · 0.45
_add_consumerMethod · 0.45

Tested by 8

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