/external/tensorflow/tensorflow/ |
D | opensource_only.files | 213 tensorflow/third_party/toolchains/preconfig/centos6/cuda10.0-cudnn7/cuda/BUILD 214 tensorflow/third_party/toolchains/preconfig/centos6/cuda10.0-cudnn7/cuda/build_defs.bzl 215 tensorflow/third_party/toolchains/preconfig/centos6/cuda10.1-cudnn7/cuda/BUILD 216 tensorflow/third_party/toolchains/preconfig/centos6/cuda10.1-cudnn7/cuda/build_defs.bzl 217 tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.0/BUILD 218 tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.0/cc_toolchain_config.bzl 219 tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.1/BUILD 220 tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.1/cc_toolchain_config.bzl 221 tensorflow/third_party/toolchains/preconfig/centos6/gcc7/BUILD 222 tensorflow/third_party/toolchains/preconfig/centos6/gcc7/cc_toolchain_config.bzl [all …]
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 387 PyPreConfig preconfig; in check_init_compat_config() local 388 _PyPreConfig_InitCompatConfig(&preconfig); in check_init_compat_config() 390 status = Py_PreInitialize(&preconfig); in check_init_compat_config() 471 PyPreConfig preconfig; in test_init_from_config() local 472 _PyPreConfig_InitCompatConfig(&preconfig); in test_init_from_config() 475 preconfig.allocator = PYMEM_ALLOCATOR_MALLOC; in test_init_from_config() 479 preconfig.utf8_mode = 1; in test_init_from_config() 481 PyStatus status = Py_PreInitialize(&preconfig); in test_init_from_config() 764 PyPreConfig preconfig; in test_preinit_isolated1() local 765 _PyPreConfig_InitCompatConfig(&preconfig); in test_preinit_isolated1() [all …]
|
/external/python/cpython3/Include/internal/ |
D | pycore_initconfig.h | 118 const PyPreConfig *preconfig); 123 PyAPI_FUNC(void) _PyPreConfig_InitCompatConfig(PyPreConfig *preconfig); 125 PyPreConfig *preconfig, 128 PyPreConfig *preconfig, 130 extern PyObject* _PyPreConfig_AsDict(const PyPreConfig *preconfig); 131 extern void _PyPreConfig_GetConfig(PyPreConfig *preconfig, 133 extern PyStatus _PyPreConfig_Read(PyPreConfig *preconfig, 135 extern PyStatus _PyPreConfig_Write(const PyPreConfig *preconfig);
|
/external/python/cpython3/Lib/test/ |
D | test_embed.py | 698 preconfig = { 717 self.check_all_configs("test_init_global_config", config, preconfig, 721 preconfig = { 771 self.check_all_configs("test_init_from_config", config, preconfig, 775 preconfig = { 797 self.check_all_configs("test_init_compat_env", config, preconfig, 801 preconfig = { 824 self.check_all_configs("test_init_python_env", config, preconfig, 828 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG) 832 self.check_all_configs("test_init_env_dev_mode", config, preconfig, [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/gpu_py36_full/ |
D | build.sh | 68 …--action_env=TF_CUDA_CONFIG_REPO=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/cud… 73 …--action_env=TF_PYTHON_CONFIG_REPO=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/p… 92 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:to… 97 …--extra_toolchains=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0…
|
/external/python/cpython3/Python/ |
D | preconfig.c | 228 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read() argument 230 precmdline_get_preconfig(cmdline, preconfig); in _PyPreCmdline_Read() 232 if (preconfig->parse_argv) { in _PyPreCmdline_Read() 349 _PyPreConfig_InitFromConfig(PyPreConfig *preconfig, const PyConfig *config) in _PyPreConfig_InitFromConfig() argument 354 PyPreConfig_InitPythonConfig(preconfig); in _PyPreConfig_InitFromConfig() 357 PyPreConfig_InitIsolatedConfig(preconfig); in _PyPreConfig_InitFromConfig() 361 _PyPreConfig_InitCompatConfig(preconfig); in _PyPreConfig_InitFromConfig() 364 _PyPreConfig_GetConfig(preconfig, config); in _PyPreConfig_InitFromConfig() 438 _PyPreConfig_GetConfig(PyPreConfig *preconfig, const PyConfig *config) in _PyPreConfig_GetConfig() argument 442 preconfig->ATTR = config->ATTR; \ in _PyPreConfig_GetConfig() [all …]
|
D | initconfig.c | 1462 const PyPreConfig *preconfig) in config_init_stdio_encoding() argument 1542 if (preconfig->utf8_mode) { in config_init_stdio_encoding() 1581 config_init_fs_encoding(PyConfig *config, const PyPreConfig *preconfig) in config_init_fs_encoding() argument 1591 if (preconfig->legacy_windows_fs_encoding) { in config_init_fs_encoding() 1598 if (preconfig->utf8_mode) { in config_init_fs_encoding() 1628 if (preconfig->legacy_windows_fs_encoding) { in config_init_fs_encoding() 1650 const PyPreConfig *preconfig = &_PyRuntime.preconfig; in config_read() local 1711 status = config_init_fs_encoding(config, preconfig); in config_read() 1717 status = config_init_stdio_encoding(config, preconfig); in config_read() 1797 PyPreConfig *preconfig = &runtime->preconfig; in _PyConfig_Write() local [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/cpu_py36_full/ |
D | build.sh | 60 …--action_env=TF_PYTHON_CONFIG_REPO=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/p… 74 --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010:toolchain \ 79 …--extra_toolchains=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010:cc-toolchain-…
|
/external/tensorflow/ |
D | .bazelrc | 350 build:rbe_cpu_linux --crosstool_top="//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2… 351 build:rbe_cpu_linux --extra_toolchains="//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylin… 357 build:rbe_linux_cuda_nvcc --crosstool_top="//third_party/toolchains/preconfig/ubuntu16.04/gcc7_many… 358 build:rbe_linux_cuda_nvcc --extra_toolchains="//third_party/toolchains/preconfig/ubuntu16.04/gcc7_m… 362 …--repo_env=TF_CUDA_CONFIG_REPO="@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/cuda… 363 …po_env=TF_TENSORRT_CONFIG_REPO="@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/tens… 377 …--repo_env=TF_PYTHON_CONFIG_REPO="@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/py" 382 …-repo_env=TF_PYTHON_CONFIG_REPO="@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/py3" 385 build:rbe_win --crosstool_top="@org_tensorflow//third_party/toolchains/preconfig/win_1803/bazel_121… 386 build:rbe_win --extra_execution_platforms="@org_tensorflow//third_party/toolchains/preconfig/win_18… [all …]
|
D | WORKSPACE | 29 load("//third_party/toolchains/preconfig/generate:archives.bzl", 48 load("//third_party/toolchains/preconfig/generate:workspace.bzl",
|
/external/python/cpython3/PC/ |
D | python_uwp.cpp | 168 PyPreConfig preconfig; in wmain() local 188 PyPreConfig_InitPythonConfig(&preconfig); in wmain() 190 status = Py_PreInitializeFromArgs(&preconfig, argc, argv); in wmain()
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/ |
D | nonpip_v1.sh | 41 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
D | nonpip.sh | 42 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/ |
D | nonpip_v1.sh | 40 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
D | nonpip.sh | 41 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/ |
D | nonpip_v1.sh | 40 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
D | nonpip.sh | 41 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/ |
D | nonpip_v1.sh | 40 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
D | nonpip.sh | 41 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/tensorflow/third_party/toolchains/ |
D | BUILD | 5 load("//third_party/toolchains/preconfig/generate:containers.bzl", "container_digests") 10 # //tensorflow/third_party/toolchains/preconfig.
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py38_full/ |
D | nonpip.sh | 41 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 48 ``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in 199 .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig) 204 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig) 283 .. c:function:: PyStatus Py_PreInitialize(const PyPreConfig *preconfig) 285 Preinitialize Python from *preconfig* preconfiguration. 287 .. c:function:: PyStatus Py_PreInitializeFromBytesArgs(const PyPreConfig *preconfig, int argc, char… 289 Preinitialize Python from *preconfig* preconfiguration and command line 292 .. c:function:: PyStatus Py_PreInitializeFromArgs(const PyPreConfig *preconfig, int argc, wchar_t *… 294 Preinitialize Python from *preconfig* preconfiguration and command line 320 PyPreConfig preconfig; [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/ |
D | nonpip_v1.sh | 48 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/ |
D | nonpip_v1.sh | 48 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/ |
D | nonpip_v1.sh | 48 …--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:to…
|