View source on GitHub |
Returns the list kwargs that arg_scope can set for a func.
tf.contrib.framework.arg_scoped_arguments(
func
)
Args | |
---|---|
func
|
function which has been decorated with @add_arg_scope. |
Returns | |
---|---|
a list of kwargs names. |