Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dgc_test.py140 gc.get_paths(base_dir, _create_parser(base_dir)), [
155 gc.get_paths(base_dir, _create_parser(base_dir))
Dgc.py182 def get_paths(base_dir, parser): function
Dsaved_model_export_utils.py362 gc.get_paths(export_dir_base, parser=_export_version_parser))
383 gc.get_paths(export_dir_base, parser=_export_version_parser)):
/external/python/cpython2/Lib/
Dsysconfig.py425 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function
441 return get_paths(scheme, vars, expand)[name]
634 _print_dict('Paths', get_paths())
/external/python/cpython3/Lib/
Dsysconfig.py495 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function
512 return get_paths(scheme, vars, expand)[name]
715 _print_dict('Paths', get_paths())
/external/tensorflow/tensorflow/contrib/session_bundle/
Dgc.py191 def get_paths(base_dir, parser): function
Dgc_test.py113 gc.get_paths(
Dexporter.py316 for p in paths_to_delete(gc.get_paths(export_dir_base, parser=parser)):
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py13 from sysconfig import (get_paths, get_platform, get_config_vars,
90 scheme = get_paths()
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py13 from sysconfig import (get_paths, get_platform, get_config_vars,
90 scheme = get_paths()
/external/python/cpython2/Doc/library/
Dsysconfig.rst144 .. function:: get_paths([scheme, [vars, [expand]]])
157 If *scheme* is not an existing scheme, :func:`get_paths` will raise a
/external/python/cpython3/Doc/library/
Dsysconfig.rst144 .. function:: get_paths([scheme, [vars, [expand]]])
157 If *scheme* is not an existing scheme, :func:`get_paths` will raise a
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2056 * :func:`~sysconfig.get_paths` makes a dictionary containing installation paths