google / gemmlowp

Low-precision matrix multiplication
Apache License 2.0
1.77k stars 451 forks source link

How to use gemmlowp in C project? #200

Open ArtyZe opened 4 years ago

ArtyZe commented 4 years ago

Hello, I'm using a framwork named "darknet" which is coded by C programm lauguage. I realized parameters quantization in conv, and try to use gemmlowp in darknet. When I try to pack function "EightBitIntGemm" from C++ to C, here occurs an error: fatal error: cstdint: No such file or directory. Could you give me some advice kindly?