tf.contrib.graph_editor.make_list_of_op
Convert ops to a list of tf.Operation
.
tf.contrib.graph_editor.make_list_of_op(
ops, check_graph=True, allow_graph=True, ignore_ts=False
)
Args |
ops
|
can be an iterable of tf.Operation , a tf.Graph or a single
operation.
|
check_graph
|
if True check if all the operations belong to the same graph.
|
allow_graph
|
if False a tf.Graph cannot be converted.
|
ignore_ts
|
if True, silently ignore tf.Tensor .
|
Raises |
TypeError
|
if ops cannot be converted to a list of tf.Operation or,
if check_graph is True , if all the ops do not belong to the
same graph.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]