tf.contrib.framework.has_arg_scope(func)
Checks whether a func has been decorated with @add_arg_scope or not.
Args:
-
func
: function to check.
Returns:
a boolean.
tf.contrib.framework.has_arg_scope(func)
Checks whether a func has been decorated with @add_arg_scope or not.
func
: function to check.a boolean.
Please login to continue.