Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_library_test_main (0.28 sec)

  1. tensorflow/compiler/aot/BUILD

        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    # Don't depend on this directly; this is only used for the benchmark test
    # generated by tf_library.
    cc_library(
        name = "tf_library_test_main",
        testonly = 1,
        visibility = ["//visibility:public"],
        deps = if_oss([
            "//tensorflow/core:test_main",
        ]) + if_google([
            "//tensorflow/core/platform/default/build_config:test_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 16:13:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top