Home
last modified time | relevance | path

Searched defs:AddWhileContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_state.py561 def AddWhileContext(self, op, between_op_list, between_ops): member in _ControlFlowState
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc917 Status Graph::AddWhileContext(StringPiece frame_name, in AddWhileContext() function in tensorflow::Graph