提交 5d0a2b32 编写于 作者: 李滨

Merge branch 'fix_deps' into 'master'

fix tflite deps in separate quantize

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