Home
last modified time | relevance | path

Searched refs:result_fn (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py97 def result_wrapper(result_fn): argument
121 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)
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py191 def result_fn(*args, **kwargs): function
196 obj.result = types.MethodType(metrics_utils.result_wrapper(result_fn), obj)