File: system-gemmlowp.patch

package info (click to toggle)
tiny-dnn 1.0.0a3%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,784 kB
  • sloc: cpp: 16,471; ansic: 11,829; lisp: 3,682; python: 3,422; makefile: 208
file content (14 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (3)
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 {