Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dgraph_pruning.cc49 void PruneGraph(GraphOp graph);
120 [this](tf_executor::GraphOp graph) { PruneGraph(graph); }); in runOnOperation()
150 void GraphPruningPass::PruneGraph(GraphOp graph) { in PruneGraph() function in mlir::tf_executor::__anon8399dbaf0111::GraphPruningPass
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.h192 Status PruneGraph(const BuildGraphOptions& options, Graph* graph,
Dgraph_execution_state.cc173 TF_RETURN_IF_ERROR(ret->PruneGraph(subgraph_options, base_graph.get(), in MakeForPrunedGraph()
503 Status GraphExecutionState::PruneGraph( in PruneGraph() function in tensorflow::GraphExecutionState
883 PruneGraph(options, optimized_graph.get(), &rewrite_metadata)); in BuildGraph()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc81 Status PruneGraph(GrapplerItem* item) { in PruneGraph() function
642 auto status = PruneGraph(new_item.get()); in GrapplerItemFromMetaGraphDef()