Searched refs:get_paths (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | gc_test.py | 140 gc.get_paths(base_dir, _create_parser(base_dir)), [ 155 gc.get_paths(base_dir, _create_parser(base_dir))
|
D | gc.py | 193 def get_paths(base_dir, parser): function
|
D | saved_model_export_utils.py | 375 gc.get_paths(export_dir_base, parser=_export_version_parser)) 397 gc.get_paths(export_dir_base, parser=_export_version_parser)):
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 430 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function 446 return get_paths(scheme, vars, expand)[name] 639 _print_dict('Paths', get_paths())
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 496 def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function 513 return get_paths(scheme, vars, expand)[name] 701 _print_dict('Paths', get_paths())
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | gc.py | 191 def get_paths(base_dir, parser): function
|
D | gc_test.py | 113 gc.get_paths(
|
D | exporter.py | 316 for p in paths_to_delete(gc.get_paths(export_dir_base, parser=parser)):
|
/external/python/cpython2/Lib/test/ |
D | test_sysconfig.py | 13 from sysconfig import (get_paths, get_platform, get_config_vars, 90 scheme = get_paths()
|
/external/python/cpython3/Lib/test/ |
D | test_sysconfig.py | 12 from sysconfig import (get_paths, get_platform, get_config_vars, 89 scheme = get_paths()
|
/external/python/cpython2/Doc/library/ |
D | sysconfig.rst | 144 .. 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/ |
D | sysconfig.rst | 144 .. 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/ |
D | 3.2.rst | 2059 * :func:`~sysconfig.get_paths` makes a dictionary containing installation paths
|