Searched refs:while_ctxt (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_util.py | 278 while_ctxt = GetContainingWhileContext(op_ctxt) 281 if while_ctxt is None: 294 elif IsContainingContext(while_ctxt, input_while_ctxt): 298 elif (while_ctxt.grad_state and 299 IsContainingContext(while_ctxt.grad_state.forward_context, 308 elif (while_ctxt.grad_state and 309 while_ctxt.grad_state.forward_context is 316 input_while_ctxt.grad_state.forward_context is while_ctxt): 324 while_ctxt): 331 if while_ctxt: [all …]
|
D | control_flow_ops.py | 576 def GetMaxSizeFromNestedMaximumIterations(value, while_ctxt): argument 607 while while_ctxt not in (None, curr_ctxt): 608 max_iter = while_ctxt.maximum_iterations 613 "the tf.while_loop call ('%s')." % (value_name, while_ctxt.name)) 635 (value_name, max_iter.name, while_ctxt.name, curr_ctxt_name, 641 while_ctxt = util.GetContainingWhileContext( 642 while_ctxt.outer_context, stop_ctxt=curr_ctxt) 1508 while_ctxt = self.GetWhileContext() 1511 if while_ctxt is None: 1517 if ctxt is not None and ctxt.GetWhileContext() == while_ctxt: [all …]
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | control_flow.proto | 26 WhileContextDef while_ctxt = 2; field
|