Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_version_bzl (0.05 sec)

  1. tensorflow/BUILD

    filegroup(
        name = "intel_binary_blob",
        data = if_mkl_ml(
            [
                "@local_xla//xla/tsl/mkl:intel_binary_blob",
            ],
        ),
    )
    
    bzl_library(
        name = "tf_version_bzl",
        srcs = [
            "tf_version.bzl",
            # copybara:uncomment "tf_version.google.bzl",
        ],
        # copybara:uncomment parse_tests = False,
        visibility = ["//visibility:public"],
    )
    
    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