Home
last modified time | relevance | path

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

/external/tensorflow/
Dconfigure.py445 def convert_version_to_int(version): function
491 min_version_int = convert_version_to_int(min_version)
492 curr_version_int = convert_version_to_int(curr_version)
493 max_version_int = convert_version_to_int(max_version)
937 cudnn = convert_version_to_int(cudnn.group(1))
939 cudart = convert_version_to_int(cudart.group(1))
1312 _TF_CURRENT_BAZEL_VERSION = convert_version_to_int(current_bazel_version)