Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for privasi (0.19 sec)

  1. tensorflow/c/eager/BUILD

        hdrs = ["tfe_executor_internal.h"],
        visibility = ["//visibility:private"],
        deps = [
            "//tensorflow/core/common_runtime/eager:eager_executor",
        ],
    )
    
    cc_library(
        name = "tfe_monitoring_internal",
        hdrs = ["tfe_monitoring_internal.h"],
        visibility = ["//visibility:private"],
        deps = [
            "//tensorflow/core:lib",
            "@com_google_absl//absl/memory",
    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/BUILD

            "//tensorflow:tf_framework_version_script.lds",
            "//tensorflow:tf_private_symbols.lds",
        ],
        framework_so = [],
        linkopts = select({
            "//tensorflow:macos": [
                "-Wl,-rename_section,__TEXT,text_env,__TEXT,__text",
                "-Wl,-unexported_symbols_list,$(location //tensorflow:tf_private_symbols.lds)",
            ],
            "//tensorflow:windows": [],
    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)
  3. tensorflow/c/eager/parallel_device/BUILD

        ],
        visibility = ["//tensorflow/python:__pkg__"],
    )
    
    cc_library(
        name = "parallel_device",
        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",
    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)
  4. tensorflow/c/experimental/filesystem/plugins/posix/BUILD

    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    # Filesystem implementation for POSIX environments: Linux, MacOS, Android, etc.
    tf_cc_shared_object(
        name = "libposix_filesystem.so",
        framework_so = [],
    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)
  5. tensorflow/c/experimental/gradients/BUILD

            "//tensorflow/c/experimental/ops:nn_ops",
        ],
    )
    
    cc_library(
        name = "nn_grad",
        srcs = ["nn_grad.cc"],
        hdrs = [
            "nn_grad.h",
        ],
        visibility = ["//visibility:private"],
        deps = [
            "//tensorflow/c/eager:abstract_tensor_handle",
            "//tensorflow/c/eager:gradients_internal",
            "//tensorflow/c/eager:immediate_execution_context",
    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)
Back to top