Tencent / TNN

TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.
Other
4.38k stars 766 forks source link

1. splitv layer support fp16 forward(ARM device); #1863

Closed gttiankai closed 1 year ago

gttiankai commented 1 year ago
  1. splitv layer support fp16 forward(ARM device);
  2. splitv unit test :
    [----------] Global test environment tear-down
    [==========] 5760 tests from 1 test suite ran. (36507 ms total)
    [  PASSED  ] 2880 tests.
    [  SKIPPED ] 2880 tests, listed below:
  3. 修复了 arm 32bite Half4 operator * 的实现隐藏的 bug;