Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for arm_any (0.06 sec)

  1. tensorflow/BUILD

    )
    
    config_setting(
        name = "optimized",
        values = {
            "compilation_mode": "opt",
        },
        visibility = ["//visibility:public"],
    )
    
    selects.config_setting_group(
        name = "arm_any",
        match_any = [
            "@platforms//cpu:aarch32",
            "@platforms//cpu:aarch64",
            "@platforms//cpu:armv6-m",
            "@platforms//cpu:armv7",
            "@platforms//cpu:armv7-m",
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. RELEASE.md

    This release contains contributions from many people at Google, as well as:
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top