Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for macos_arm64 (0.05 sec)

  1. ci/official/envs/macos_arm64

    TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --repo_env=USE_PYWRAP_RULES=True --config release_macos_arm64"
    TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=macos_arm64
    TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow"
    TFCI_INDEX_HTML_ENABLE=1
    TFCI_LIB_SUFFIX="-cpu-darwin-arm64"
    TFCI_MACOS_BAZEL_TEST_DIR_ENABLE=1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Apr 22 23:28:49 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. ci/official/README.md

    #    the TF MacOS package from Linux.
    #      Ex. linux_x86        -- x86_64 Linux platform
    #      Ex. linux_x86_cuda   -- x86_64 Linux platform, with Nvidia CUDA support
    #      Ex. macos_arm64      -- arm64 MacOS platform
    # 3. Add modifiers. Some modifiers for local execution are:
    #      Ex. disk_cache -- Use a local cache
    #      Ex. public_cache -- Use TF's public cache (read-only)
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Feb 01 03:21:19 UTC 2024
    - 8K bytes
    - Viewed (0)
  3. tensorflow/BUILD

                "@platforms//os:macos",
            ],
        values = {
            "apple_platform_type": "macos",
        },
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "macos_arm64",
        constraint_values =
            [
                "@platforms//cpu:aarch64",
                "@platforms//os:macos",
            ],
        values = {
            "apple_platform_type": "macos",
        },
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
Back to top