Searched defs:cygpath (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/
H A Dconfigure.py144 def cygpath(path): function
200 python_bin_path = cygpath(python_bin_path)
223 python_lib_path = cygpath(python_lib_path)
653 default_ndk_path = cygpath('%s/Android/Sdk/ndk-bundle' %
680 default_sdk_path = cygpath('%s/Android/Sdk' % environ_cp['APPDATA'])
777 properties_path = cygpath(properties_path)
856 default_cuda_path = cygpath(
922 cudnn_install_path = cygpath(cudnn_install_path)

Completed in 88 milliseconds