Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for popular (0.2 sec)

  1. tensorflow/c/experimental/filesystem/plugins/posix/BUILD

            "//tensorflow/c/experimental/filesystem:modular_filesystem",
            "//tensorflow/core/platform:status",
            "@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",
    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)
  2. tensorflow/c/experimental/filesystem/BUILD

    cc_library(
        name = "modular_filesystem",
        srcs = [
            "modular_filesystem.cc",
            "modular_filesystem_registration.cc",
        ],
        hdrs = [
            "modular_filesystem.h",
            "modular_filesystem_registration.h",
        ],
        # TODO(b/139060984): Visibility should be more restrictive once we
        # convert to modular filesystems everywhere
        visibility = ["//visibility:public"],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  3. tensorflow/c/BUILD

            ],
            "//conditions:default": [
                ":env",
                ":logging",
                ":tf_status",
                ":tf_tensor",
                "//tensorflow/c/experimental/filesystem:modular_filesystem",
                "//tensorflow/cc:grad_ops",
                "//tensorflow/cc:gradients",
                "//tensorflow/cc:ops",
                "//tensorflow/cc:scope_internal",
                "//tensorflow/cc:while_loop",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
Back to top