Home
last modified time | relevance | path

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

/external/tensorflow/
Dconfigure.py447 def convert_version_to_int(version): function
494 min_version_int = convert_version_to_int(min_version)
495 curr_version_int = convert_version_to_int(curr_version)
496 max_version_int = convert_version_to_int(max_version)
940 cudnn = convert_version_to_int(cudnn.group(1))
942 cudart = convert_version_to_int(cudart.group(1))
1314 _TF_CURRENT_BAZEL_VERSION = convert_version_to_int(current_bazel_version)