Searched refs:_get_control_flow_context (Results 1 – 25 of 29) sorted by relevance
12
51 ctxt = op._get_control_flow_context() # pylint: disable=protected-access56 ctxt = graph._get_control_flow_context() # pylint: disable=protected-access70 ctxt = op._get_control_flow_context() # pylint: disable=protected-access75 ctxt = op._get_control_flow_context() # pylint: disable=protected-access112 ctxt = c._get_control_flow_context() # pylint: disable=protected-access140 ctxt = op._get_control_flow_context() # pylint: disable=protected-access148 ctxt = op._get_control_flow_context() # pylint: disable=protected-access169 ctxt = op._get_control_flow_context() # pylint: disable=protected-access246 …return IsContainingContext(op._get_control_flow_context(), ctxt) # pylint: disable=protected-acce…267 op_ctxt = op._get_control_flow_context() # pylint: disable=protected-access
44 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()
599 …curr_ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access616 max_iter_ctxt = max_iter.op._get_control_flow_context()872 …curr_ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access943 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 …]
114 if op._get_control_flow_context() is not None: # pylint: disable=protected-access
432 c = op._get_control_flow_context()446 control_flow_context = op._get_control_flow_context()
944 cur_ctxt = outer_graph._get_control_flow_context() # pylint: disable=protected-access
703 ops.get_default_graph()._get_control_flow_context()):
145 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
555 initial_value.op._get_control_flow_context() is not None):
1565 if self._initial_value.op._get_control_flow_context() is not None:
193 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-access500 final_context = graph._get_control_flow_context() # pylint: disable=protected-access1439 context = graph._get_control_flow_context() # pylint: disable=protected-access
1463 current_control_flow_context = graph._get_control_flow_context()
185 initial_value.op._get_control_flow_context() is not None):
119 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
317 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
616 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
272 context = tensor.op._get_control_flow_context()
364 return tensor.op._get_control_flow_context()
1969 self._control_flow_context = self.graph._get_control_flow_context()2071 def _get_control_flow_context(self): member in Operation3227 def _get_control_flow_context(self): member in Graph4528 self._old_control_flow_context = self._graph._get_control_flow_context()
812 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())
314 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
49 context = ops.get_default_graph()._get_control_flow_context()
154 ctxt = x._get_control_flow_context()
104 def _get_control_flow_context(self): member in _MockOp
517 …ctxt = framework_ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-…