Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xla_jit_headers_lib (0.16 sec)

  1. tensorflow/compiler/jit/BUILD

    )
    
    # This target can be used by XLA device plugins to prevent circular dependencies, and provides access to all of the required headers for building a device library.
    cc_header_only_library(
        name = "xla_jit_headers_lib",
        visibility = ["//visibility:public"],
        deps = [
            ":xla_cpu_device",
            ":xla_cpu_jit",
            ":xla_gpu_device",
            ":xla_gpu_jit",
        ],
    )
    
    cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
Back to top