Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for helper (0.3 sec)

  1. 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)
  2. tensorflow/c/experimental/filesystem/BUILD

        # convert to modular filesystems everywhere
        visibility = ["//visibility:public"],
        deps = [
            ":filesystem_interface",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c:tf_status_internal",
            "//tensorflow/core/platform:env",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:status",
            "@local_tsl//tsl/platform:errors",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/grappler/BUILD

            "//tensorflow/c:c_api_macros",
            "//tensorflow/c:tf_buffer",
            "//tensorflow/c:tf_buffer_internal",
            "//tensorflow/c:tf_status",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/grappler:grappler_item",
            "//tensorflow/core/grappler/costs:graph_properties",
    Plain Text
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Sep 06 19:12:29 GMT 2023
    - 2.1K bytes
    - Viewed (0)
  4. tensorflow/c/eager/BUILD

            "-fexceptions",
            "-fno-strict-aliasing",
        ],
        features = ["-use_header_modules"],
        visibility = ["//tensorflow:__subpackages__"],
        deps = [
            ":c_api",
            ":c_api_experimental",
            ":tfe_tensorhandle_internal",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c:tf_status_internal",
            "//tensorflow/core:framework",
    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)
  5. tensorflow/c/eager/parallel_device/BUILD

        srcs = [":device_sources"],
        hdrs = [":device_headers"],
        visibility = ["//visibility:private"],
        deps = [
            ":parallel_device_lib",
            "//tensorflow/c:c_api",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c/eager:c_api",
            "//tensorflow/c/eager:c_api_experimental",
            "//tensorflow/c/eager:tfe_tensorhandle_internal",
            "@com_google_absl//absl/strings",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:19:06 GMT 2024
    - 4.8K bytes
    - Viewed (0)
  6. tensorflow/BUILD

            "//tensorflow/c:c_api_internal",
            "//tensorflow/c:c_api_no_xla",
            "//tensorflow/c:checkpoint_reader",
            "//tensorflow/c:tensor_interface",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c:tf_tensor_internal",
            "//tensorflow/cc/saved_model:loader",
            "//tensorflow/compiler/mlir/lite/metrics:error_collector",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
  7. tensorflow/c/experimental/gradients/BUILD

            "nn_grad.h",
            "not_differentiable.h",
        ],
        visibility = ["//tensorflow/python:__pkg__"],
    )
    
    cc_library(
        name = "grad_test_helper",
        testonly = True,
        srcs = ["grad_test_helper.cc"],
        hdrs = ["grad_test_helper.h"],
        visibility = ["//visibility:private"],
        deps = [
            "//tensorflow/c/eager:gradient_checker",
            "//tensorflow/c/eager:gradients_internal",
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:39:44 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/plugins/posix/BUILD

            "@com_google_absl//absl/log",
        ],
        alwayslink = 1,
    )
    
    # Library implementing helper functionality, so that the above only contains
    # the API implementation for modular filesystems.
    cc_library(
        name = "posix_filesystem_helper",
        srcs = ["posix_filesystem_helper.cc"],
        hdrs = ["posix_filesystem_helper.h"],
        deps = [":copy_file"],
    )
    
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Sun Mar 24 20:08:23 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/filesystem/plugins/gcs/BUILD

            "@com_google_absl//absl/strings",
            "@com_google_absl//absl/types:variant",
        ],
    )
    
    cc_library(
        name = "gcs_helper",
        srcs = ["gcs_helper.cc"],
        hdrs = ["gcs_helper.h"],
        linkstatic = 1,
        deps = [
            "//tensorflow/c:env",
        ],
    )
    
    cc_library(
        name = "cleanup",
        hdrs = ["cleanup.h"],
    )
    
    cc_library(
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 3.4K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/next_pluggable_device/BUILD

            "@local_xla//xla/pjrt:pjrt_c_api_client",
            "@local_xla//xla/pjrt:pjrt_client",
            "@local_xla//xla/pjrt/c:pjrt_c_api_hdrs",
            "@local_xla//xla/pjrt/c:pjrt_c_api_helpers",
        ],
    )
    
    # Plugin should include this target to avoid linking the C API implementation.
    cc_library(
        name = "c_api_hdrs",
        hdrs = ["c_api.h"],
        visibility = ["//visibility:public"],
        deps = [
    Plain Text
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Tue Jan 09 00:52:04 GMT 2024
    - 3.8K bytes
    - Viewed (0)
Back to top