Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py279 def _needs_no_arguments(python_callable): argument
285 num_arguments = len(tf_inspect.getargspec(python_callable).args)
286 if not tf_inspect.isfunction(python_callable) and not isinstance(
287 python_callable, functools.partial):
294 tf_inspect.getargspec(python_callable).defaults or [])