From a9a76d57901b872724834e27866d6839dbd37b6e Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Tue, 27 Feb 2018 20:53:04 +0800 Subject: [PATCH] Sync mace changes and add latency logging --- benchmark_model.cc | 2 +- stat_summarizer.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark_model.cc b/benchmark_model.cc index f41dcd02..316de827 100644 --- a/benchmark_model.cc +++ b/benchmark_model.cc @@ -3,7 +3,7 @@ // #include "gflags/gflags.h" -#include "mace/core/public/mace.h" +#include "mace/public/mace.h" #include "benchmark/stat_summarizer.h" #include diff --git a/stat_summarizer.cc b/stat_summarizer.cc index 065c627c..b95bac95 100644 --- a/stat_summarizer.cc +++ b/stat_summarizer.cc @@ -3,7 +3,7 @@ // #include "benchmark/stat_summarizer.h" -#include "mace/core/public/mace.h" +#include "mace/public/mace.h" #include #include -- GitLab