提交 1e8d6c8c 编写于 作者: Y yejianwu

fix tflite deps in separate quantize

上级 bfbe1a30
...@@ -93,8 +93,8 @@ cc_library( ...@@ -93,8 +93,8 @@ cc_library(
linkopts = if_android(["-lm"]), linkopts = if_android(["-lm"]),
deps = [ deps = [
"//mace/core", "//mace/core",
"@tflite",
] + if_quantize_enabled([ ] + if_quantize_enabled([
"@tflite",
"@gemmlowp", "@gemmlowp",
]), ]),
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册