From 1e8d6c8cb2ed0c63730dd423c08342f1ea85992e Mon Sep 17 00:00:00 2001 From: yejianwu Date: Tue, 4 Dec 2018 09:56:03 +0800 Subject: [PATCH] fix tflite deps in separate quantize --- mace/ops/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mace/ops/BUILD b/mace/ops/BUILD index 99a50f7f..1d8c821d 100644 --- a/mace/ops/BUILD +++ b/mace/ops/BUILD @@ -93,8 +93,8 @@ cc_library( linkopts = if_android(["-lm"]), deps = [ "//mace/core", - "@tflite", ] + if_quantize_enabled([ + "@tflite", "@gemmlowp", ]), ) -- GitLab