HomeSort by relevance Sort by last modified time
    Searched refs:_get_control_flow_context (Results 1 - 25 of 28) sorted by null

1 2

  /external/tensorflow/tensorflow/python/ops/
control_flow_util.py 51 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-access
267 op_ctxt = op._get_control_flow_context() # pylint: disable=protected-acces
    [all...]
control_flow_grad.py 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()
numerics.py 114 if op._get_control_flow_context() is not None: # pylint: disable=protected-access
control_flow_ops.py 599 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()
    [all...]
control_flow_ops_test.py 432 c = op._get_control_flow_context()
446 control_flow_context = op._get_control_flow_context()
    [all...]
while_v2.py     [all...]
gradients_util.py 703 ops.get_default_graph()._get_control_flow_context()):
    [all...]
resource_variable_ops.py 555 initial_value.op._get_control_flow_context() is not None):
    [all...]
rnn.py 145 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
    [all...]
variables.py     [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
parameter_server.py 185 initial_value.op._get_control_flow_context() is not None):
  /external/tensorflow/tensorflow/python/distribute/
one_device_strategy.py 119 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
mirrored_strategy.py 616 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
    [all...]
tpu_strategy.py 317 ops.get_default_graph()._get_control_flow_context()) # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/framework/
subscribe.py 272 context = tensor.op._get_control_flow_context()
subscribe_test.py 364 return tensor.op._get_control_flow_context()
ops.py 2071 def _get_control_flow_context(self): member in class:Operation
3227 def _get_control_flow_context(self): member in class:Graph
    [all...]
ops_test.py 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,
    [all...]
  /external/tensorflow/tensorflow/python/tpu/
tpu.py 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-access
500 final_context = graph._get_control_flow_context() # pylint: disable=protected-access
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 314 ctxt = ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
keras_tpu_variables.py 49 context = ops.get_default_graph()._get_control_flow_context()
  /external/tensorflow/tensorflow/contrib/compiler/
xla.py 154 ctxt = x._get_control_flow_context()
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib.py 517 ctxt = framework_ops.get_default_graph()._get_control_flow_context() # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/eager/
backprop.py 104 def _get_control_flow_context(self): member in class:_MockOp
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
cond_v2_test.py     [all...]

Completed in 1947 milliseconds

1 2