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
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]
286 return _inspect.getframeinfo(*args, **kwargs)
301 return _inspect.getdoc(object)
[all …]
/external/tensorflow/tensorflow/python/platform/
Dresource_loader.py23 from tensorflow.python.util import tf_inspect as _inspect unknown
57 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
116 data_files_path = _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
/external/tensorflow/tensorflow/
Dapi_template.__init__.py22 import inspect as _inspect namespace
86 _current_file_location = _inspect.getfile(_inspect.currentframe())
Dapi_template_v1.__init__.py22 import inspect as _inspect namespace
100 _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:
445 .. _inspect-source:
526 .. _inspect-signature-object:
853 .. _inspect-classes-functions:
1056 .. _inspect-stack:
1298 .. _inspect-module-co-flags:
1369 .. _inspect-module-cli:
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py255 for m in (collections, pdb, copy, tf_inspect._inspect)): # pylint:disable=protected-access
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py1363 tf_inspect._inspect.getargvalues( # pylint: disable=protected-access
1365 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…