Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dsave.py1022 ops.dismantle_graph(exported_graph)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py1281 ops.dismantle_graph(func_graph)
Dtest_util.py1008 ops.dismantle_graph(graph_for_eager_test)
1137 ops.dismantle_graph(graph_for_eager_test)
Dops.py6058 def dismantle_graph(graph): function