Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for python_init_pip (0.8 sec)

  1. WORKSPACE

        },
    )
    
    load("@local_xla//third_party/py:python_init_toolchains.bzl", "python_init_toolchains")
    
    python_init_toolchains()
    
    load("@local_xla//third_party/py:python_init_pip.bzl", "python_init_pip")
    
    python_init_pip()
    
    load("@pypi//:requirements.bzl", "install_deps")
    
    install_deps()
    # End hermetic Python initialization
    
    load("@//tensorflow:workspace2.bzl", "tf_workspace2")
    
    tf_workspace2()
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top