You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Find platform and decide TF patch and pass it to bazel build config"""
def _impl(repository_ctx):
# Use the patch only for Windows_Qualcomm environment
if "windows" in repository_ctx.os.name and (repository_ctx.os.environ.get("WITH_QTI", "0") == "1" or repository_ctx.os.environ.get("WITH_QTI", "0") == "2"):