tf.contrib.copy_graph.get_copied_op
Учитывая экземпляр Operation из некоторой Graph, возвращает
tf.contrib.copy_graph.get_copied_op(
org_instance, graph, scope=''
)
его тезку из graph, в указанном scope (по умолчанию "").
Если копия org_instance присутствует в graph в заданном scope, она будет возвращена.
| Args | |
|---|---|
org_instance | Экземпляр Operation из некоторой Graph. |
graph | Scope, в котором необходимо найти копию org_instance. |
scope | Scope, в котором присутствует копия org_instance. |
| Returns | |
|---|---|
Копию Operation из graph. |
© 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/copy_graph/get_copied_op