commit | d58fdbedcf48ab278831ef0cabb2e938ac5f30cf | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Fri Nov 01 18:36:39 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 06 17:47:09 2019 |
tree | 95f9a45d879b51a939ea665ef862b4a9956c7798 | |
parent | 33cff37c603502118f668a9725234270bc260073 [diff] |
RNN VAD: FC layer with SSE2 impl This CL adds the SSE2 optimized implementation for fully connected (FC) layers. The change includes a weights re-alignment op done once at construction time. It is required in order to optimize the load op to fill 128 bit registers. This CL also includes unit test adaptations and a benchmark test (disabled by default). Bug: webrtc:10480 Change-Id: I5ed87f0a629faaaf4c8bffbce1cea5557518f8c8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/141862 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29712}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.