Searched refs:_update_input (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | common.py | 157 c._update_input(i, t0) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_gradients.py | 283 consumer._update_input(i, debug_op) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/framework/ |
D | subscribe.py | 133 consumer_op._update_input(index, out) # pylint: disable=protected-access
|
D | ops_test.py | 537 z.op._update_input(0, y) # pylint: disable=protected-access 544 z.op._update_input(0, x) # pylint: disable=protected-access 551 z.op._update_input(1, y) # pylint: disable=protected-access 567 z.op._update_input(0, x) # pylint: disable=protected-access 576 z.op._update_input(0, x) # pylint: disable=protected-access 594 z.op._update_input(0, y) # pylint: disable=protected-access 605 x.op._update_input(1, x) # pylint: disable=protected-access
|
D | ops.py | 2223 def _update_input(self, index, tensor): member in Operation
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 561 m.op._update_input(1, v) # pylint: disable=protected-access 565 m_component.op._update_input(1, v_component) 1297 b_merge.op._update_input(1, next_grad_val) 1750 op._update_input(index, real_x) 2492 op._update_input(index, real_x) # pylint: disable=protected-access 2582 merge_n.op._update_input(1, next_n) 2641 merge_count.op._update_input(1, next_count) 2731 merge_acc.op._update_input(1, next_acc) # pylint: disable=protected-access 2830 xm.op._update_input(1, xn) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | reroute.py | 130 consumer1._update_input(i, t0) # pylint: disable=protected-access
|
D | transform.py | 491 consumer_op_._update_input(t_index_, t_) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/contrib/compiler/ |
D | xla.py | 215 op._update_input(index, real_x) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu.py | 402 op._update_input(index, real_x) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | control_flow_ops_py_test.py | 289 merge_n.op._update_input(1, next_n) 315 merge_i.op._update_input(1, next_i) 342 merge_i.op._update_input(1, next_i)
|