tf.contrib.util.ops_used_by_graph_def
Собрать список операций, используемых графом.
tf.contrib.util.ops_used_by_graph_def(
graph_def
)
Не проверяет, что все операции зарегистрированы.
| Аргументы | |
|---|---|
graph_def | Протокол GraphDef, как из graph.as_graph_def(). |
| Возвращаемые значения | |
|---|---|
| Список строк, каждая из которых содержит имя операции, используемой графом. |
© 2020 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/versions/r1.15/api_docs/python/tf/contrib/util/ops_used_by_graph_def