Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for c_api_distributed_test (0.08 sec)

  1. tensorflow/c/eager/BUILD

            ":c_api_remote_test_util",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    tf_cuda_cc_test(
        name = "c_api_distributed_test",
        size = "small",
        srcs = [
            "c_api_distributed_test.cc",
        ],
        # TODO(b/136478427): Figure out how to correctly shut the server down
        args = ["--heap_check="],
        tags = [
            "no_oss",  # TODO(b/200848572)
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Mon Apr 14 23:08:27 UTC 2025
    - 33.3K bytes
    - Viewed (0)
Back to top