Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. .bazelrc

    # force all tests to run locally on the Aarch64 host.
    test:rbe_cross_compile_base --strategy=TestRunner=local --build_tests_only
    test:rbe_cross_compile_base --verbose_failures=true --local_test_jobs=HOST_CPUS --test_output=errors
    
    test:rbe_cross_compile_base_xla --config=rbe_cross_compile_base
    
    # START LINUX AARCH64 CROSS-COMPILE CONFIGS
    build:cross_compile_linux_arm64 --config=cross_compile_base
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 28 22:02:31 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. tensorflow/BUILD

    )
    
    config_setting(
        name = "linux_aarch64",
        constraint_values = if_google(
            ["//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"],
            [],
        ),
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 05:28:35 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top