MNN/source/shape
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
..
ShapeArgMax.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
ShapeAsString.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeBatchMatMul.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeBatchToSpaceND.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeBinaryOp.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
ShapeCast.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeConcat.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeConst.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
ShapeConvolution.cpp beta 0.2.0.3 2019-07-11 13:56:52 +08:00
ShapeConvolution3D.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeCosineSimilarity.cpp beta 0.2.0.5 2019-07-25 13:36:35 +08:00
ShapeCrop.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeCropAndResize.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeDeconvolution.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeDepthToSpace.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeDequantize.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeDetectionOutput.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeDetectionPostProcess.cpp 0.2.1.5 2019-11-15 14:22:45 +08:00
ShapeEltwise.cpp 修复源文件为Unix LF换行时, windows使用多字节字符集时编译失败问题 2019-10-11 11:22:27 +08:00
ShapeExpandDims.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
ShapeFill.cpp beta 0.2.0.9 2019-09-01 19:25:26 +08:00
ShapeGather.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeGatherND.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeGatherV2.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeInnerProduct.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeInterp.cpp 修复源文件为Unix LF换行时, windows使用多字节字符集时编译失败问题 2019-10-11 11:22:27 +08:00
ShapeLSTM.cpp 修复源文件为Unix LF换行时, windows使用多字节字符集时编译失败问题 2019-10-11 11:22:27 +08:00
ShapeMatMul.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeMoments.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeNonMaxSuppressionV2.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapePack.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapePadding.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapePermute.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapePool.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapePool3D.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
ShapePriorbox.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeProposal.cpp 修复源文件为Unix LF换行时, windows使用多字节字符集时编译失败问题 2019-10-11 11:22:27 +08:00
ShapeQuantizedAvgPool.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeQuantizedMaxPool.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeQuantizedReshape.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeRNNSequenceGRU.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeROIPooling.cpp 修复源文件为Unix LF换行时, windows使用多字节字符集时编译失败问题 2019-10-11 11:22:27 +08:00
ShapeRange.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeRank.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeReduceJoin.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeReduction.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeRegister.cpp 0.2.1.5 2019-11-15 14:22:45 +08:00
ShapeReshape.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeResize.cpp 修复源文件为Unix LF换行时, windows使用多字节字符集时编译失败问题 2019-10-11 11:22:27 +08:00
ShapeSelect.cpp beta 0.2.0.0 2019-06-17 20:10:35 +08:00
ShapeShape.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeSize.cpp beta 0.2.0.9 2019-09-01 19:25:26 +08:00
ShapeSlice.cpp 0.2.1.5 2019-11-15 14:22:45 +08:00
ShapeSliceTf.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeSpaceToBatchND.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeSpaceToDepth.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeSqueeze.cpp - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
ShapeStridedSlice.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeTFQuantizedConv2D.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeTensorConvert.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeTile.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeTopKV2.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeTranspose.cpp - build: 2019-10-29 13:37:26 +08:00
ShapeUnpack.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00
ShapeWhere.cpp beta 0.2.0.8 2019-08-22 20:13:46 +08:00