Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for linux_aarch64 (0.07 sec)

  1. tensorflow/BUILD

            [],
        ),
        values = if_oss(
            {"crosstool_top": "//external:android/chromiumos"},
            {},
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "linux_aarch64",
        constraint_values = if_google(
            ["//third_party/bazel_platforms/os:linux"],
            [],
        ),
        values = {"cpu": "aarch64"},
        visibility = ["//visibility:public"],
    )
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 05:28:35 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. .bazelrc

    #
    # Embedded Linux options (experimental and only tested with TFLite build yet)
    #     elinux:          General Embedded Linux options shared by all flavors.
    #     elinux_aarch64:  Embedded Linux options for aarch64 (ARM64) CPU support.
    #     elinux_armhf:    Embedded Linux options for armhf (ARMv7) CPU support.
    #
    # Release build options (for all operating systems)
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 28 22:02:31 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top