tf.contrib.framework.arg_scoped_arguments

tf.contrib.framework.arg_scoped_arguments(func)

Defined in tensorflow/contrib/framework/python/ops/arg_scope.py.

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.