Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for libtf_tensor_test (0.14 sec)

  1. tensorflow/cc/experimental/libtf/BUILD

            "//tensorflow/core/platform:resource_loader",
            "//tensorflow/core/platform:status_matchers",
            "//tensorflow/core/platform:statusor",
        ],
    )
    
    tf_cc_test(
        name = "libtf_tensor_test",
        size = "medium",
        srcs = ["tests/tensor_test.cc"],
        tags = ["no_oss"],  # TODO(b/193268458): Need to disable TFRT.
        deps = [
            ":libtf",
            "//tensorflow/c:tf_status_helper",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top