Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fuchsia_x86_64 (0.09 sec)

  1. tensorflow/BUILD

            {"cpu": "fuchsia"},
            {},
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "fuchsia_x86_64",
        constraint_values = if_google(
            ["//third_party/bazel_platforms/os:fuchsia"],
            [],
        ),
        values = {
            "cpu": "x86_64",
        },
        visibility = ["//visibility:public"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top