Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xla_tensor (0.09 sec)

  1. tensorflow/compiler/jit/BUILD

        ] + if_static([
            "//tensorflow/core/common_runtime:copy_tensor",
            ":jit_compilation_passes",
        ]),
        alwayslink = 1,
    )
    
    cc_library(
        name = "xla_tensor",
        srcs = ["xla_tensor.cc"],
        hdrs = ["xla_tensor.h"],
        visibility = [":friends"],
        deps = [
            "//tensorflow/compiler/tf2xla:common",
            "//tensorflow/core:core_cpu_internal",
            "//tensorflow/core:framework",
    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