Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc151 : group_attribute_(std::move(group_attribute)), graph_in_(graph_in) {} in Encapsulator()
377 const Graph* graph_in_; member in tensorflow::__anona26b85820211::Encapsulator
693 for (Node* node : graph_in_->op_nodes()) { in CopySubgraphNodes()
699 Node* image = subgraph.MakeNodeImage(graph_in_, node); in CopySubgraphNodes()
709 for (const Edge* edge : graph_in_->edges()) { in CopySubgraphEdges()
791 MarkGuaranteedConstants(*graph_in_, src_arg_pairs); in SplitIntoSubgraphs()
824 for (Node* node : graph_in_->op_nodes()) { in CopyNodesToOutputGraph()
834 (*node_images)[graph_in_->source_node()] = graph_out->source_node(); in CopyNodesToOutputGraph()
835 (*node_images)[graph_in_->sink_node()] = graph_out->sink_node(); in CopyNodesToOutputGraph()
962 for (const Edge* edge : graph_in_->edges()) { in AddEdgesToOutputGraph()