Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc61 Status CopySubgraph(const Graph& graph, const WhileLoopFrame* frame, in CopySubgraph() function
153 return CopySubgraph(graph, frame, {frame->loop_cond}, squash_src_outputs, in BuildLoopCondition()
208 TF_RETURN_IF_ERROR(CopySubgraph(graph, frame, std::move(next_iterations), in BuildLoopBody()