Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_Version (0.09 sec)

  1. tensorflow/BUILD

            [
                "@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"],
    )
    
    bzl_library(
        name = "tensorflow_bzl",
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

    using tensorflow::errors::OutOfRange;
    using tensorflow::gtl::ArraySlice;
    using tensorflow::strings::StrCat;
    
    extern "C" {
    
    // --------------------------------------------------------------------------
    const char* TF_Version() { return TF_VERSION_STRING; }
    
    // --------------------------------------------------------------------------
    
    // --------------------------------------------------------------------------
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
Back to top