1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Use system-provided gemmlowp.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/tiny_dnn/core/kernels/tiny_quantized_matmul_kernel.h
+++ b/tiny_dnn/core/kernels/tiny_quantized_matmul_kernel.h
@@ -15,7 +15,7 @@
// Implements a quantized eight-bit version of the matmul operation.
-#include "third_party/gemmlowp/public/gemmlowp.h"
+#include "gemmlowp/public/gemmlowp.h"
#include "tiny_dnn/core/kernels/tiny_quantization_kernel.h"
namespace tiny_dnn {
|