![]() |
Decorates a function with args so it can be used within an arg_scope.
tf.contrib.framework.add_arg_scope(func)
Args:
func
: function to decorate.
Returns:
A tuple with the decorated function func_with_args().
![]() |
Decorates a function with args so it can be used within an arg_scope.
tf.contrib.framework.add_arg_scope(func)
func
: function to decorate.A tuple with the decorated function func_with_args().