MNN/tools/cpp
liqing e93e8dcbe8 0.2.1.5
# integration
- add travis CI
- fix building parameters for python

# converter
- add half storage option for MNN converter
- fix op name lost in converter
- fix converter bug for print input output, identity remove output

# ops
- add quantized Convolution & Deconvolution support on OpenCL
- add more expression supports
- add DetectionPostProcess Op for TensorFlow Lite (ssd is supported directly now)
- add supports for LSTM & ELU for ONNX
- add support for Convolution that weights is not constant for ONNX
- fix Unary Op compile error on Linux
- fix Metal backend buffer reuse after resize
- fix Metal raw memory access after model releasing
- fix redundant transpose in Winograd generater
2019-11-15 14:22:45 +08:00
..
CMakeLists.txt 0.2.1.5 2019-11-15 14:22:45 +08:00
Config.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00
Config.hpp beta 0.1.0 2019-04-19 20:50:09 +08:00
MNNV2Basic.cpp - build: 2019-10-29 13:37:26 +08:00
Profiler.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
Profiler.hpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
backendTest.cpp beta 0.1.1.6 2019-06-10 21:08:55 +08:00
checkDir.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00
checkFile.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00
checkInvalidValue.cpp [Tools:Bugfix, Converter:Bugfix] Fix bug for remove last identity node, 2019-11-13 10:17:19 +08:00
getPerformance.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
mobilenetTest.cpp 0.2.1.5 2019-11-15 14:22:45 +08:00
revertMNNModel.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00
revertMNNModel.hpp - build: 2019-10-29 13:37:26 +08:00
testModel.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
testModelWithDescrisbe.cpp beta 0.1.1.6 2019-06-10 21:08:55 +08:00
timeProfile.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
winogradExample.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00
winogradGenerateCL.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00
winogradGenerateGLSL.cpp beta 0.1.0 2019-04-19 20:50:09 +08:00