Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dtf_inspect.py48 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name variable
76 def _getfullargspec(target): function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_inspect.py63 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name variable
91 def _getfullargspec(target): function