tf.contrib.graph_editor.get_name_scope_ops
Получить все операции в заданном пути области имён.
tf.contrib.graph_editor.get_name_scope_ops(
ops, scope
)
| Аргументы | |
|---|---|
ops | объект, преобразуемый в список tf.Operation. |
scope | путь области имён. |
| Возвращает | |
|---|---|
| Список tf.Operation. |
| Исключения | |
|---|---|
TypeError | если операции нельзя преобразовать в список tf.Operation. |
© 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/graph_editor/get_name_scope_ops