Home
last modified time | relevance | path

Searched defs:fn_has_kwargs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dfunction_utils_test.py151 fn_has_kwargs = lambda **x: x function
188 def fn_has_kwargs(test_arg, **x): function
212 def fn_has_kwargs(test_arg1, test_arg2, **x): function