Searched refs:write_action_env_to_bazelrc (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/ |
D | configure.py | 143 def write_action_env_to_bazelrc(var_name, var): function 243 write_action_env_to_bazelrc('PYTHON_BIN_PATH', python_bin_path) 244 write_action_env_to_bazelrc('PYTHON_LIB_PATH', python_lib_path) 253 write_action_env_to_bazelrc('PYTHONPATH', environ_cp.get('PYTHONPATH')) 425 write_action_env_to_bazelrc(var_name, var) 604 write_action_env_to_bazelrc('CLANG_CUDA_COMPILER_PATH', 692 write_action_env_to_bazelrc('ANDROID_NDK_HOME', android_ndk_home_path) 693 write_action_env_to_bazelrc('ANDROID_NDK_API_LEVEL', 755 write_action_env_to_bazelrc('ANDROID_BUILD_TOOLS_VERSION', 757 write_action_env_to_bazelrc('ANDROID_SDK_API_LEVEL', android_api_level) [all …]
|