Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/builds/
H A Dcheck_system_libs.py25 tf_source_path = sys.argv[1] variable
27 syslibs_configure_path = os.path.join(tf_source_path, 'third_party',
29 workspace0_path = os.path.join(tf_source_path, 'tensorflow', 'workspace0.bzl')
30 workspace_glob = os.path.join(tf_source_path, 'tensorflow', 'workspace*.bzl')
31 third_party_path = os.path.join(tf_source_path, 'third_party')
34 if not os.path.isdir(tf_source_path):
91 if not os.path.isfile(os.path.join(tf_source_path, file))