提交 41730b8b 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Compatibility compile fix

PiperOrigin-RevId: 258472796
上级 7c93af2b
......@@ -16,6 +16,14 @@ config_setting(
values = {"copt": "-DTFLITE_GPU_BINARY_RELEASE"},
)
config_setting(
name = "tflite_gpu_extra_gles_deps",
values = {
"copt": "-DTFLITE_GPU_EXTRA_GLES_DEPS",
"cpu": "k8",
},
)
cc_library(
name = "gl_delegate",
srcs = ["gl_delegate.cc"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册