Home
last modified time | relevance | path

Searched refs:_get_control_flow_context (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py51 ctxt = op._get_control_flow_context() # pylint: disable=protected-access
56 ctxt = graph._get_control_flow_context() # pylint: disable=protected-access
70 ctxt = op._get_control_flow_context() # pylint: disable=protected-access
75 ctxt = op._get_control_flow_context() # pylint: disable=protected-access
112 ctxt = c._get_control_flow_context() # pylint: disable=protected-access
140 ctxt = op._get_control_flow_context() # pylint: disable=protected-access
148 ctxt = op._get_control_flow_context() # pylint: disable=protected-access
169 ctxt = op._get_control_flow_context() # pylint: disable=protected-access
246 …return IsContainingContext(op._get_control_flow_context(), ctxt) # pylint: disable=protected-acce…
267 op_ctxt = op._get_control_flow_context() # pylint: disable=protected-access
Dcontrol_flow_grad.py44 op_ctxt = op._get_control_flow_context()
45 grad_ctxt = graph._get_control_flow_context()
102 grad_ctxt = graph._get_control_flow_context()
151 op_ctxt = op._get_control_flow_context()
152 grad_ctxt = graph._get_control_flow_context()
211 grad_ctxt = graph._get_control_flow_context()
Dcontrol_flow_ops.py599 …curr_ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
616 max_iter_ctxt = max_iter.op._get_control_flow_context()
872 …curr_ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
943 history_ctxt = history_value.op._get_control_flow_context()
946 value_ctxt = value.op._get_control_flow_context()
1034 ctxt = op._get_control_flow_context()
1049 forward_ctxt = op._get_control_flow_context()
1154 forward_ctxt = val.op._get_control_flow_context()
1217 op_ctxt = op._get_control_flow_context()
1332 op_ctxt = op._get_control_flow_context()
[all …]
Dnumerics.py114 if op._get_control_flow_context() is not None: # pylint: disable=protected-access
Dcontrol_flow_ops_test.py432 c = op._get_control_flow_context()
446 control_flow_context = op._get_control_flow_context()
Dwhile_v2.py944 cur_ctxt = outer_graph._get_control_flow_context() # pylint: disable=protected-access
Dgradients_util.py703 ops.get_default_graph()._get_control_flow_context()):
Drnn.py145 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
Dresource_variable_ops.py555 initial_value.op._get_control_flow_context() is not None):
Dvariables.py1565 if self._initial_value.op._get_control_flow_context() is not None:
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py193 saved_context = graph._get_control_flow_context()
340 ctxt = x._get_control_flow_context()
489 initial_context = graph._get_control_flow_context() # pylint: disable=protected-access
500 final_context = graph._get_control_flow_context() # pylint: disable=protected-access
1439 context = graph._get_control_flow_context() # pylint: disable=protected-access
Dtensor_tracer.py1463 current_control_flow_context = graph._get_control_flow_context()
/external/tensorflow/tensorflow/contrib/eager/python/
Dparameter_server.py185 initial_value.op._get_control_flow_context() is not None):
/external/tensorflow/tensorflow/python/distribute/
Done_device_strategy.py119 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
Dtpu_strategy.py317 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
Dmirrored_strategy.py616 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dsubscribe.py272 context = tensor.op._get_control_flow_context()
Dsubscribe_test.py364 return tensor.op._get_control_flow_context()
Dops.py1969 self._control_flow_context = self.graph._get_control_flow_context()
2071 def _get_control_flow_context(self): member in Operation
3227 def _get_control_flow_context(self): member in Graph
4528 self._old_control_flow_context = self._graph._get_control_flow_context()
Dops_test.py812 self.assertIsNotNone(op._get_control_flow_context())
813 self.assertEqual(op._get_control_flow_context().name,
842 self.assertIsNotNone(op._get_control_flow_context())
843 self.assertEqual(op._get_control_flow_context().name,
892 self.assertIsNotNone(op.control_inputs[0]._get_control_flow_context())
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Ddecoder.py314 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dkeras_tpu_variables.py49 context = ops.get_default_graph()._get_control_flow_context()
/external/tensorflow/tensorflow/contrib/compiler/
Dxla.py154 ctxt = x._get_control_flow_context()
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py104 def _get_control_flow_context(self): member in _MockOp
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Drev_block_lib.py517 …ctxt = framework_ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-…

12