Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for tf_version_bzl (0.06 seconds)

  1. tensorflow/BUILD

    filegroup(
        name = "intel_binary_blob",
        data = if_mkl_ml(
            [
                "@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"],
    )
    
    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