“b7efc45506419e9984414d7009d5aae60b9cbb53”上不存在“projects/mongodb-labs/imports.yml”
提交 5d0a2b32 编写于 作者: 李滨

Merge branch 'fix_deps' into 'master'

fix tflite deps in separate quantize

See merge request !894
...@@ -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.
先完成此消息的编辑!
想要评论请 注册