Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tensorflow_cpu (1.83 sec)

  1. ci/official/envs/linux_x86

    TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu
    TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow_cpu"
    TFCI_DOCKER_ENABLE=1
    TFCI_DOCKER_IMAGE=us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest
    TFCI_DOCKER_PULL_ENABLE=1
    TFCI_DOCKER_REBUILD_ARGS="--target=devel ci/official/containers/ml_build"
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Jul 16 22:21:17 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. ci/official/envs/ci_default

    TFCI_BAZEL_COMMON_ARGS=
    TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=
    TFCI_BUILD_PIP_PACKAGE_BASE_ARGS=
    TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG=
    # Mostly meant to be used for Windows.
    # For Windows, the same wheel is uploaded to both tensorflow_cpu, and tensorflow
    TFCI_BUILD_PIP_PACKAGE_ADDITIONAL_WHEEL_NAMES=
    TFCI_DOCKER_ARGS=
    TFCI_DOCKER_ENABLE=
    TFCI_DOCKER_IMAGE=
    TFCI_DOCKER_PULL_ENABLE=
    TFCI_DOCKER_REBUILD_ARGS=
    TFCI_DOCKER_REBUILD_ENABLE=
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jan 27 22:53:36 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  3. ci/official/envs/installer_wheel_tensorflow_cpu

    # limitations under the License.
    # ==============================================================================
    TFCI_INSTALLER_WHL_ENABLE=1
    TFCI_INSTALLER_WHL_PROJECT_NAME="tensorflow_cpu"
    TFCI_INSTALLER_WHL_NIGHTLY_PROJECT_NAME="tf_nightly_cpu"
    # Supported wheel tags are stored as strings in TFCI_INSTALLER_WHL_TAGS
    # separated by spaces.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Jul 26 14:26:18 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. ci/official/envs/linux_arm64

    TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64
    # Note: this is not set to "--cpu", because that changes the package name
    # to tensorflow_cpu. These ARM builds are supposed to have the name "tensorflow"
    # despite lacking Nvidia CUDA support.
    TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow"
    TFCI_DOCKER_ENABLE=1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Jun 04 01:09:09 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. ci/official/envs/windows_x86_2022

    TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=windows_x86_cpu_2022
    TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow"
    TFCI_BUILD_PIP_PACKAGE_ADDITIONAL_WHEEL_NAMES="tensorflow_cpu"
    TFCI_OUTPUT_DIR=build_output
    TFCI_FIND_BIN=C:/tools/msys64/usr/bin/find.exe
    TFCI_LIB_SUFFIX="-cpu-windows-x86_64"
    # auditwheel is not supported for Windows
    TFCI_WHL_AUDIT_ENABLE=0
    TFCI_WHL_AUDIT_PLAT=0
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Mar 19 00:58:54 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  6. tensorflow/BUILD

            "//conditions:default": "touch $@",  # Just a placeholder for Unix platforms
        }),
        visibility = ["//visibility:public"],
    )
    
    # The interface library (tensorflow_cc.dll.if.lib) for linking tensorflow DLL library (tensorflow_cc.dll) on Windows.
    # To learn more about import library (called interface library in Bazel):
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  7. ci/official/envs/linux_x86_tpu

    TFCI_BAZEL_COMMON_ARGS="--repo_env=HERMETIC_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config release_cpu_linux --config=tpu"
    TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_tpu
    TFCI_BUILD_PIP_PACKAGE_WHEEL_NAME_ARG="--repo_env=WHEEL_NAME=tensorflow_tpu"
    TFCI_LIB_SUFFIX="-tpu-linux-x86_64"
    TFCI_WHL_BAZEL_TEST_ENABLE=0
    TFCI_WHL_IMPORT_TEST_ENABLE=0
    TFCI_WHL_SIZE_LIMIT=580M
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Feb 19 19:24:29 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  8. RELEASE.md

        weight.
    *   Adds time series models to contrib. See contrib/timeseries/README.md for
        details.
    *   Adds FULLY_CONNECTED Op to tensorflow/lite/schema.fbs
    
    ## Known Issues
    
    *   Tensorflow_gpu compilation fails with Bazel 0.5.3.
    
    ## Bug Fixes and Other Changes
    
    *   Fixes `strides` and `begin` dtype mismatch when slicing using int64 Tensor
        index in python.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top