Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for tf_wheel_version_suffix (0.18 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. MODULE.bazel

    )
    
    python_wheel_version_suffix_repository = use_repo_rule(
        "@xla//third_party/py:python_wheel.bzl",
        "python_wheel_version_suffix_repository",
    )
    
    python_wheel_version_suffix_repository(name = "tf_wheel_version_suffix")
    
    def_file_filter_configure = use_repo_rule("@xla//tools/def_file_filter:def_file_filter_configure.bzl", "def_file_filter_configure")
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. .bazelrc

    # third_party/tensorflow/core/public/release_version.h and
    # third_party/tensorflow/tools/pip_package/setup.oss.py.tpl
    common --repo_env=ML_WHEEL_TYPE="snapshot"
    common --repo_env=ML_WHEEL_BUILD_DATE=""
    common --repo_env=ML_WHEEL_VERSION_SUFFIX=""
    
    common --incompatible_default_to_explicit_init_py
    
    # For projects which use TensorFlow as part of a Bazel build process, putting
    # nothing in a bazelrc will default to a monolithic build. The following line
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
Back to Top