tf.contrib.graph_editor.assign_renamed_collections_handler(info, elem, elem_)
Add the transformed elem to the (renamed) collections of elem.
Args:
-
info: Transform._Info instance. -
elem: the original element (tf.Tensor or tf.Operation) -
elem_: the transformed element
Please login to continue.