Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Heller (0.16 sec)

  1. tensorflow/c/eager/BUILD

            ":abstract_tensor_handle",
            ":c_api_experimental",
            ":c_api_test_util",
            ":c_api_unified_internal",
            "//tensorflow/c:tf_status",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c:tf_tensor",
            "//tensorflow/core:framework",
            "//tensorflow/core/lib/llvm_rtti",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:status",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. tensorflow/c/BUILD

    filegroup(
        name = "checkpoint_reader_hdrs",
        srcs = [
            "checkpoint_reader.h",
            "tf_status_helper.h",
        ],
        visibility = ["//tensorflow:__subpackages__"],
    )
    
    tf_cuda_library(
        name = "tf_status_helper",
        srcs = ["tf_status_helper.cc"],
        hdrs = ["tf_status_helper.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":tf_status_headers",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
Back to top