Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for c_api_distributed_test (0.1 sec)

  1. tensorflow/c/eager/c_api_distributed_test.cc

    A. Unique TensorFlower <******@****.***> 1728709129 -0700
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. 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 Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top