Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for xla (0.2 seconds)

  1. WORKSPACE

    rules_shell_dependencies()
    
    rules_shell_toolchains()
    
    # Initialize hermetic Python
    load("@xla//third_party/py:python_init_rules.bzl", "python_init_rules")
    
    python_init_rules()
    
    load("@xla//third_party/py:python_init_repositories.bzl", "python_init_repositories")
    
    python_init_repositories(
        default_python_version = "system",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  2. ci/official/utilities/repack_libtensorflow.sh

      cp tensorflow/core/platform/ctstring.h \
        tensorflow/core/platform/ctstring_internal.h \
        ${LIB_PKG}/include/tensorflow/core/platform
      cp third_party/xla/xla/tsl/c/tsl_status.h ${LIB_PKG}/include/xla/tsl/c
      cp third_party/xla/third_party/tsl/tsl/platform/ctstring.h \
         third_party/xla/third_party/tsl/tsl/platform/ctstring_internal.h \
         ${LIB_PKG}/include/tsl/platform
      cd ${LIB_PKG}
      libtensorflow_zip="libtensorflow${TARBALL_SUFFIX}.zip"
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 21 01:25:46 GMT 2026
    - 3.7K bytes
    - Click Count (0)
  3. ci/official/containers/ml_build/README.md

    WIP ML Build Docker container for ML repositories (Tensorflow, JAX and XLA).
    
    This container branches off from
    /tensorflow/tools/tf_sig_build_dockerfiles/. However, since
    hermetic CUDA and hermetic Python is now available for Tensorflow, a lot of the
    requirements installed on the original container can be removed to reduce the
    footprint of the container and make it more reusable across different ML
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Sep 24 20:45:58 GMT 2024
    - 416 bytes
    - Click Count (0)
  4. ci/official/containers/ml_build/builder.requirements.txt

    # For wheel verification, and uploading
    auditwheel ~= 6.1.0
    twine ~= 6.1.0
    id
    urllib3
    requests
    
    # For XLA
    pyyaml
    
    # For JAX
    build ~= 1.2.2
    # uv is faster than pip for installing Python packages.
    uv ~= 0.5.30
    
    # For running wheel verification script
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 30 20:25:44 GMT 2025
    - 271 bytes
    - Click Count (0)
  5. SECURITY.md

    reachable and exploitable through production-grade, benign models.
    
    ### Compilation
    
    Compiling models via the recommended entry points described in
    [XLA](https://www.tensorflow.org/xla) and
    [JAX](https://jax.readthedocs.io/en/latest/jax-101/02-jitting.html)
    documentation should be safe, while some of the testing and debugging tools that
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Oct 16 16:10:43 GMT 2024
    - 9.6K bytes
    - Click Count (0)
Back to Top