tf.contrib.framework.get_variables_by_name()

tf.contrib.framework.get_variables_by_name(given_name, scope=None)

Gets the list of variables that were given that name.

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

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

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

Please login to continue.