tf.contrib.framework.get_variables_by_suffix

View source on GitHub

Gets the list of variables that end with the given suffix.

suffix suffix for filtering the variables to return.
scope an optional scope for filtering the variables to return.

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