Searched refs:_get_arguments (Results 1 – 1 of 1) sorted by relevance
1860 def _get_arguments(func): function1868 return _get_arguments(func.func)1871 return _get_arguments(func.__call__)1875 args = _get_arguments(loss_fn).args