Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for with_xla_support (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .bazelrc

    # Enable all targets in XLA
    common:cpu_cross --define=with_cross_compiler_support=true
    
    # Disable XLA on mobile.
    common:xla     --define=with_xla_support=true # TODO: remove, it's on by default.
    common:android --define=with_xla_support=false
    common:ios     --define=with_xla_support=false
    
    # BEGIN TF REMOTE BUILD EXECUTION OPTIONS
    # Options when using remote execution
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Fri Dec 26 23:20:26 GMT 2025
    - 56.8K bytes
    - Click Count (0)
Back to Top