Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.h49 bool prune_graph = false; member
Dgrappler_item_builder.cc606 if (cfg.prune_graph) { in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py1583 def prune_unconnected_ops_from_xla(prune_graph): argument
1595 …for graph in [prune_graph] + list(prune_graph._functions.values()): # pylint: disable=protected-a…