Searched refs:workspace_path (Results 1 – 3 of 3) sorted by relevance
29 workspace_path = os.path.join(tf_source_path, 'tensorflow', 'workspace.bzl') variable34 and os.path.isfile(workspace_path)):78 for current_path in [workspace_path] + glob.glob(third_party_glob):
61 def create_workspace(workspace_path='/workspace'): argument64 config = create_run_config(workspace=workspace_path)
295 workspace_path = os.path.join(self.temp_dir_obj.name, 'workspace')300 workspace=workspace_path,302 self.workspace = test_helpers.create_workspace(workspace_path)303 shutil.copytree(TEST_DATA_PATH, workspace_path)