Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py22 import inspect as _inspect namespace
35 return _inspect.signature(
39 Parameter = _inspect.Parameter
40 Signature = _inspect.Signature
42 ArgSpec = _inspect.ArgSpec
45 if hasattr(_inspect, 'FullArgSpec'):
46 FullArgSpec = _inspect.FullArgSpec # pylint: disable=invalid-name
66 if hasattr(_inspect, 'getfullargspec'):
67 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name
93 _getargspec = _inspect.getargspec
[all …]
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py22 import inspect as _inspect namespace
28 ArgSpec = _inspect.ArgSpec
31 if hasattr(_inspect, 'FullArgSpec'):
32 FullArgSpec = _inspect.FullArgSpec # pylint: disable=invalid-name
52 if hasattr(_inspect, 'getfullargspec'):
53 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name
79 _getargspec = _inspect.getargspec
95 return _inspect.stack()[1][0]
298 return _inspect.getframeinfo(*args, **kwargs)
313 return _inspect.getdoc(object)
[all …]
/external/tensorflow/tensorflow/python/platform/
Dresource_loader.py23 from tensorflow.python.util import tf_inspect as _inspect unknown
60 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
129 _os.path.dirname(_inspect.getfile(_sys._getframe(1))), path)
/external/tensorflow/tensorflow/
Dapi_template_v1.__init__.py22 import inspect as _inspect namespace
140 _current_file_location = _inspect.getfile(_inspect.currentframe())
Dapi_template.__init__.py34 import inspect as _inspect namespace
131 _current_file_location = _inspect.getfile(_inspect.currentframe())
/external/python/funcsigs/
DREADME.rst70 .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signatu…
/external/python/cpython2/Doc/library/
Dinspect.rst28 .. _inspect-types:
392 .. _inspect-source:
459 .. _inspect-classes-functions:
552 .. _inspect-stack:
/external/python/cpython3/Doc/library/
Dinspect.rst26 .. _inspect-types:
467 .. _inspect-source:
548 .. _inspect-signature-object:
893 .. _inspect-classes-functions:
1096 .. _inspect-stack:
1338 .. _inspect-module-co-flags:
1409 .. _inspect-module-cli:
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py1371 tf_inspect._inspect.getargvalues( # pylint: disable=protected-access
1373 tf_inspect._inspect.stack()[1][0])) # pylint: disable=protected-access
/external/python/funcsigs/docs/
Dindex.rst17 .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signatu…