Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py1860 def _get_arguments(func): function
1868 return _get_arguments(func.func)
1871 return _get_arguments(func.__call__)
1875 args = _get_arguments(loss_fn).args