Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XLA_TPU_JIT (0.19 sec)

  1. tensorflow/compiler/jit/BUILD

            ":xla_cpu_jit",
            "//tensorflow/compiler/plugin",
        ] + if_cuda_or_rocm([
            ":xla_gpu_device",
            ":xla_gpu_jit",
        ]) + if_with_tpu_support([
            ":xla_tpu_device",
            ":xla_tpu_jit",
        ]),
        alwayslink = 1,
    )
    
    cc_library(
        name = "xla_cpu_jit",
        visibility = ["//visibility:public"],
        deps = [
            ":jit_compilation_passes",
    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