tf.contrib.framework.get_variables_by_suffix()

tf.contrib.framework.get_variables_by_suffix(suffix, scope=None)

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

Args:
  • suffix: suffix for filtering the variables to return.
  • scope: an optional scope for filtering the variables to return.
Returns:

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

doc_TensorFlow
2016-10-14 13:04:48
Comments
Leave a Comment

Please login to continue.