Home
last modified time | relevance | path

Searched refs:AddWhileContext (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_state.py565 def AddWhileContext(self, op, between_op_list, between_ops): member in _ControlFlowState
778 loop_state.AddWhileContext(op, between_op_list, between_ops)
780 loop_state.AddWhileContext(op, between_op_list, between_ops)
/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc235 TF_RETURN_IF_ERROR(scope.graph()->AddWhileContext( in BuildWhileLoop()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h695 Status AddWhileContext(StringPiece frame_name, std::vector<Node*> enter_nodes,
Dgraph.cc849 Status Graph::AddWhileContext(StringPiece frame_name, in AddWhileContext() function in tensorflow::Graph