Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.h187 Status PruneGraph(const BuildGraphOptions& options, Graph* graph,
Dgraph_execution_state.cc441 Status GraphExecutionState::PruneGraph( in PruneGraph() function in tensorflow::GraphExecutionState
558 PruneGraph(options, new_graph.get(), rewrite_metadata_.get())); in InitBaseGraph()
766 PruneGraph(options, optimized_graph.get(), &rewrite_metadata)); in BuildGraph()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc157 Status PruneGraph(GrapplerItem* item) { in PruneGraph() function
608 auto status = PruneGraph(new_item.get()); in GrapplerItemFromMetaGraphDef()