STT-tensorflow/tensorflow/compiler/xrt/cc/BUILD
Wenhao Jia 8f1362de18 Add target environment constraints to a subset of TensorFlow packages and targets.
PiperOrigin-RevId: 332884872
Change-Id: I65691fa2021c065e6c2ab57815d5a2b342d30ee2
2020-09-21 10:57:01 -07:00

17 lines
357 B
Python

load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrappers_cc")
package(
default_visibility = ["//visibility:public"],
licenses = ["notice"], # Apache 2.0
)
tf_gen_op_wrappers_cc(
name = "xrt_ops",
op_lib_names = [
"xrt_compile_ops",
"xrt_state_ops",
"xrt_execute_op",
],
pkg = "//tensorflow/compiler/xrt",
)