tf.contrib.framework.arg_scoped_arguments()

tf.contrib.framework.arg_scoped_arguments(func)

Returns the list kwargs that arg_scope can set for a func.

Args:
  • func: function which has been decorated with @add_arg_scope.
Returns:

a list of kwargs names.

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

Please login to continue.