aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xrt/cc/BUILD
blob: 5c1e86b76b47a8d3a37b5a3d63cadaffcacf22a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
licenses(["notice"])  # Apache 2.0

package(
    default_visibility = ["//visibility:public"],
)

load(
    "//tensorflow:tensorflow.bzl",
    "tf_gen_op_wrappers_cc",
)

tf_gen_op_wrappers_cc(
    name = "xrt_ops",
    op_lib_names = [
        "xrt_compile_ops",
        "xrt_state_ops",
        "xrt_execute_op",
    ],
    pkg = "//tensorflow/compiler/xrt",
)