• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrappers_cc")
2
3package(
4    default_visibility = ["//visibility:public"],
5    licenses = ["notice"],  # Apache 2.0
6)
7
8tf_gen_op_wrappers_cc(
9    name = "xrt_ops",
10    op_lib_names = [
11        "xrt_compile_ops",
12        "xrt_state_ops",
13        "xrt_execute_op",
14    ],
15    pkg = "//tensorflow/compiler/xrt",
16)
17