Searched refs:result_fn (Results 1 – 2 of 2) sorted by relevance
97 def result_wrapper(result_fn): argument121 result_t = array_ops.identity(result_fn(*args))142 merge_fn_wrapper, args=(result_fn,) + args)150 return tf_decorator.make_decorator(result_fn, decorated)
191 def result_fn(*args, **kwargs): function196 obj.result = types.MethodType(metrics_utils.result_wrapper(result_fn), obj)