Searched refs:_get_control_flow_context (Results 1 – 25 of 29) sorted by relevance
12
64 ctxt = op._get_control_flow_context() # pylint: disable=protected-access69 ctxt = graph._get_control_flow_context() # pylint: disable=protected-access83 ctxt = op._get_control_flow_context() # pylint: disable=protected-access88 ctxt = op._get_control_flow_context() # pylint: disable=protected-access125 ctxt = c._get_control_flow_context() # pylint: disable=protected-access153 ctxt = op._get_control_flow_context() # pylint: disable=protected-access161 ctxt = op._get_control_flow_context() # pylint: disable=protected-access182 ctxt = op._get_control_flow_context() # pylint: disable=protected-access259 …return IsContainingContext(op._get_control_flow_context(), ctxt) # pylint: disable=protected-acce…280 op_ctxt = op._get_control_flow_context() # pylint: disable=protected-access[all …]
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()
60 …curr_ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access77 max_iter_ctxt = max_iter.op._get_control_flow_context()333 …curr_ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access404 history_ctxt = history_value.op._get_control_flow_context()407 value_ctxt = value.op._get_control_flow_context()503 forward_ctxt = op._get_control_flow_context() # pylint: disable=protected-access608 forward_ctxt = val.op._get_control_flow_context()671 op_ctxt = op._get_control_flow_context()787 op_ctxt = op._get_control_flow_context() # pylint: disable=protected-access
114 if op._get_control_flow_context() is not None: # pylint: disable=protected-access
215 control_flow_context = ops.get_default_graph()._get_control_flow_context()
642 self._outer_context = ops.get_default_graph()._get_control_flow_context()733 self._context_stack.append(graph._get_control_flow_context())1657 grad_ctxt = ops.get_default_graph()._get_control_flow_context()1709 grad_ctxt = ops.get_default_graph()._get_control_flow_context()1715 op_input_ctxt = op.inputs[0].op._get_control_flow_context()
175 …ops.get_default_graph()._get_control_flow_context() is not None): # pylint: disable=protected-acc…429 …ops.get_default_graph()._get_control_flow_context() is not None): # pylint: disable=protected-acc…
313 context = ops.get_default_graph()._get_control_flow_context()
637 ops.get_default_graph()._get_control_flow_context()):
477 c = op._get_control_flow_context()491 control_flow_context = op._get_control_flow_context()
141 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
1818 if self._initial_value.op._get_control_flow_context() is not None:
181 context_ = graph._get_control_flow_context()346 saved_context = graph._get_control_flow_context()497 ctxt = x._get_control_flow_context()758 initial_context = graph._get_control_flow_context() # pylint: disable=protected-access769 final_context = graph._get_control_flow_context() # pylint: disable=protected-access1748 context = graph._get_control_flow_context() # pylint: disable=protected-access
1470 current_control_flow_context = graph._get_control_flow_context()
279 context = tensor.op._get_control_flow_context()
364 return tensor.op._get_control_flow_context()
1809 self._control_flow_context = self.graph._get_control_flow_context()1888 def _get_control_flow_context(self): member in Operation3000 def _get_control_flow_context(self): member in Graph4411 self._old_control_flow_context = self._graph._get_control_flow_context()
1117 self.assertIsNotNone(op._get_control_flow_context())1118 self.assertEqual(op._get_control_flow_context().name,1147 self.assertIsNotNone(op._get_control_flow_context())1148 self.assertEqual(op._get_control_flow_context().name,1197 self.assertIsNotNone(op.control_inputs[0]._get_control_flow_context())
329 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
410 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
689 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
938 context_ = graph._get_control_flow_context()
124 control_flow_context = g._get_control_flow_context() # pylint: disable=protected-access
178 ctxt = x._get_control_flow_context()
116 def _get_control_flow_context(self): member in _MockOp