Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py127 def wrapper(wrapper_func): argument
128 return tf_decorator.make_decorator(wrapped_function, wrapper_func)
Dnest.py903 def wrapper_func(tuple_path, *inputs, **kwargs): function
908 wrapper_func,