summaryrefslogtreecommitdiff
path: root/tests/tools/tflite_benchmark_model/profile_summarizer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools/tflite_benchmark_model/profile_summarizer.cc')
-rw-r--r--tests/tools/tflite_benchmark_model/profile_summarizer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tools/tflite_benchmark_model/profile_summarizer.cc b/tests/tools/tflite_benchmark_model/profile_summarizer.cc
index ce19b0c98..b547c7095 100644
--- a/tests/tools/tflite_benchmark_model/profile_summarizer.cc
+++ b/tests/tools/tflite_benchmark_model/profile_summarizer.cc
@@ -29,11 +29,11 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/contrib/lite/profiling/profile_summarizer.h"
+#include "tensorflow/lite/profiling/profile_summarizer.h"
#include <sstream>
-#include "tensorflow/contrib/lite/schema/schema_generated.h"
+#include "tensorflow/lite/schema/schema_generated.h"
namespace tflite {
namespace profiling {