Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_cuda_library (0.17 sec)

  1. tensorflow/c/BUILD

    load("@local_tsl//tsl/platform:rules_cc.bzl", "cc_library")
    load(
        "//tensorflow:tensorflow.bzl",
        "check_deps",
        "if_google",
        "if_not_mobile",
        "tf_cc_test",
        "tf_copts",
        "tf_cuda_library",
        "tf_custom_op_library",
        "tf_kernel_library",
    )
    load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_cuda_cc_test")
    load(
        "//tensorflow/core/tpu:build_defs.bzl",
        "if_libtpu_tf_status",
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
  2. tensorflow/c/eager/BUILD

        ],
    )
    
    tf_cuda_library(
        name = "c_api_experimental_hdrs",
        hdrs = [
            "c_api.h",
            "c_api_experimental.h",
        ],
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/c:c_api_headers",
            "//tensorflow/c:c_api_macros_hdrs",
        ],
    )
    
    tf_cuda_library(
        name = "c_api_experimental",
        srcs = [
    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)
Back to top