Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Gerber (0.17 sec)

  1. tensorflow/c/BUILD

                "python_api.cc",
                "python_api.h",
                "*test*",
            ],
        ) + [
            "//tensorflow/cc:srcs_no_runtime",
            "//tensorflow/core/distributed_runtime:server_lib.h",
            "@local_tsl//tsl/platform:ctstring",
            "@local_xla//xla/tsl/c:srcs",
        ],
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "pywrap_required_hdrs",
    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/eager/BUILD

            "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
            "@com_google_absl//absl/strings",
        ],
    )
    
    tf_cuda_cc_test(
        name = "c_api_remote_test",
        size = "medium",
        srcs = [
            "c_api_remote_test.cc",
        ],
        # TODO(b/136478427): Figure out how to correctly shut the server down
        args = ["--heap_check="],
        tags = [
            "no_windows",
    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)
  3. tensorflow/c/eager/parallel_device/BUILD

            "//tensorflow/c/eager:c_api_experimental",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
        ],
    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/BUILD

            "//tensorflow/core/data/service:grpc_util",
            "//tensorflow/core/data/service:py_utils",
            "//tensorflow/core/data/service:server_lib",
            "//tensorflow/core/debug",
            "//tensorflow/core/distributed_runtime:server_lib",
            "//tensorflow/core/framework:full_type_util",
            "//tensorflow/core/function/runtime_client:runtime_client_cc",
    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)
Back to top