Module tf.contrib.copy_graph
Defined in tensorflow/contrib/copy_graph/__init__.py.
Functions to copy elements between graphs.
See the Copying Graph Elements (contrib) guide.
Functions
copy_op_to_graph(...): Given an Operation 'org_instancefrom oneGraph`,
copy_variable_to_graph(...): Given a Variable instance from one Graph, initializes and returns
get_copied_op(...): Given an Operation instance from some Graph, returns
