Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for interfaces (0.15 sec)

  1. tensorflow/c/eager/BUILD

            "//tensorflow/core/distributed_runtime:server_lib",
            "//tensorflow/core/distributed_runtime:worker_env",
            "//tensorflow/core/distributed_runtime:worker_interface",
            "//tensorflow/core/distributed_runtime/eager:cluster_function_library_runtime",
            "//tensorflow/core/distributed_runtime/eager:eager_client",
            "//tensorflow/core/distributed_runtime/eager:remote_mgr",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. tensorflow/c/BUILD

        ],
    )
    
    cc_library(
        name = "tf_file_statistics",
        hdrs = ["tf_file_statistics.h"],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "tensor_interface",
        hdrs = ["tensor_interface.h"],
        visibility = ["//tensorflow:internal"],
        deps = select({
            "//tensorflow:android": [
                "//tensorflow/core:portable_tensorflow_lib_lite",  # TODO(annarev): exclude runtime srcs
    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