tf.contrib.framework.get_variables_by_name

View source on GitHub

Gets the list of variables that were given that name.

given_name name given to the variable without any scope.
scope an optional scope for filtering the variables to return.

a copied list of variables with the given name and scope.