tf.contrib.framework.has_arg_scope

View source on GitHub

Checks whether a func has been decorated with @add_arg_scope or not.

tf.contrib.framework.has_arg_scope(func)

Args:

  • func: function to check.

Returns:

a boolean.