tf.contrib.graph_editor.make_list_of_t

Convert ts to a list of tf.Tensor.

Args
ts can be an iterable of tf.Tensor, a tf.Graph or a single tensor.
check_graph if True check if all the tensors belong to the same graph.
allow_graph if False a tf.Graph cannot be converted.
ignore_ops if True, silently ignore tf.Operation.
Returns
A newly created list of tf.Tensor.
Raises
TypeError if ts cannot be converted to a list of tf.Tensor or, if check_graph is True, if all the ops do not belong to the same 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/graph_editor/make_list_of_t