Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for tf_nightly (0.09 seconds)

  1. WORKSPACE

    python_init_repositories(
        default_python_version = "system",
        local_wheel_dist_folder = "dist",
        local_wheel_inclusion_list = [
            "tensorflow*",
            "tf_nightly*",
        ],
        local_wheel_workspaces = ["//:WORKSPACE"],
        requirements = {
            "3.10": "//:requirements_lock_3_10.txt",
            "3.11": "//:requirements_lock_3_11.txt",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  2. tensorflow/BUILD

            "//tensorflow/lite/python/authoring",
            "//tensorflow/python:no_contrib",
            "//tensorflow/python/profiler:profiler_client",
            "@pypi//keras_nightly",
            "@pypi//tb_nightly",
        ],
    )
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
Back to Top