Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Larsan (0.18 sec)

  1. tensorflow/c/eager/BUILD

    )
    
    tf_cuda_cc_test(
        name = "unified_api_test",
        size = "small",
        srcs = [
            "unified_api_test.cc",
        ],
        args = ["--heap_check="],
        tags = tf_cuda_tests_tags() + ["no_cuda_asan"],  # b/173654156
        deps = [
            ":c_api_experimental",
            ":c_api_unified_internal",
            ":unified_api_testutil",
            "//tensorflow/c:tf_status_helper",
    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)
  2. tensorflow/BUILD

                "-Wl,-exported_symbols_list,$(location //tensorflow/c:exported_symbols.lds)",
            ],
            "//tensorflow:windows": [
            ],
            # copybara:uncomment_begin(google-only)
            # "//tools/cpp:asan_build": [
            # "-Wl,--version-script,$(location //tensorflow/c:version_script.lds)",
            # ],
            # "//tools/cpp:hwasan_build": [
            # "-Wl,--version-script,$(location //tensorflow/c:version_script.lds)",
    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)
  3. tensorflow/c/experimental/gradients/BUILD

    tf_cuda_cc_test(
        name = "nn_grad_test",
        size = "small",
        srcs = [
            "nn_grad_test.cc",
        ],
        args = ["--heap_check="],  # TODO(b/174752220): Remove
        tags = tf_cuda_tests_tags() + ["no_cuda_asan"],  # b/173654156,
        deps = [
            ":grad_test_helper",
            ":nn_grad",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/c/eager:c_api_test_util",
    Plain Text
    - Registered: Tue Apr 09 12:39:09 GMT 2024
    - Last Modified: Mon Apr 01 20:39:44 GMT 2024
    - 6.7K bytes
    - Viewed (0)
Back to top