Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py129 def wrapper(wrapper_func): argument
130 return tf_decorator.make_decorator(wrapped_function, wrapper_func)
Dnest.py542 def wrapper_func(tuple_path, *inputs, **kwargs): function
547 wrapper_func,