tf.contrib.util.ops_used_by_graph_def(graph_def)
See the guide: Utilities (contrib) > Miscellaneous Utility Functions
Collect the list of ops used by a graph.
Does not validate that the ops are all registered.
graph_def
: A GraphDef
proto, as from graph.as_graph_def()
.A list of strings, each naming an op used by the graph.
Defined in tensorflow/python/framework/meta_graph.py
.
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/util/ops_used_by_graph_def