tf.contrib.framework.add_arg_scope()

tf.contrib.framework.add_arg_scope(func)

Decorates a function with args so it can be used within an arg_scope.

Args:
  • func: function to decorate.
Returns:

A tuple with the decorated function func_with_args().

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

Please login to continue.