Mustafa Ebrar Aktaş

Results 7 issues of Mustafa Ebrar Aktaş

## Description This PR adds the possibility to serialize/deserialize a `FstAddOn` from binary data. This makes it possible to load a lookahead FST (special `MatcherFst`) from binary data. ## Changes...

## Bug Report ### Version ``` └── tonic v0.7.1 └── tonic-build v0.7.1 ``` ### Platform `Darwin Mustafas-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64`...

This PR allows us to resolve [this issue](https://github.com/Canardoux/flutter_sound/issues/681). It adds `bufferSizeMs` to recorder. Hence, one can record to a stream with chunks having specific size. __NOTE__: Current state of repository...

[tflitec](https://crates.io/crates/tflitec) can be added to ["Machine Learning for Rust"](https://github.com/joaocarvalhoopen/How_to_learn_modern_Rust#machine-learning-for-rust) section. It is a safe Rust wrapper of TensorFlow Lite C API supporting x86_64 and ARM (iOS, Android). Disclaimer: I am...

This PR adds SGEMM implementation with RUY. This is already [mentioned](https://github.com/SYSTRAN/faster-whisper/issues/237) in `faster-whisper` repository. I implemented this, because my experience with BLAS on Android was worse than this, and BLAS...

This PR adds quantized `Conv1D` inference on top of #1597. With previous `int8` quantization implementation, this quantized inference couldn't bring any speed up because quantization was bottleneck. To alleviate that,...

This PR adds armv7 support: * Implement slower generic versions of `div`, `mul_add`, `reduce_add`, `reduce_max`. * Rename `CT2_ARM64_BUILD` as `CT2_ARM_BUILD` Tested this on Galaxy S21 with library built for `armv7`,...