Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for linux_armhf (0.05 sec)

  1. tensorflow/BUILD

            ["//third_party/bazel_platforms/os:linux"],
            [],
        ),
        values = {"cpu": "aarch64"},
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "linux_armhf",
        constraint_values = if_google(
            ["//third_party/bazel_platforms/os:linux"],
            [],
        ),
        values = {"cpu": "armhf"},
        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

    #     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)
    #     release_base:                    Common options for all builds on 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