MNN/source/backend/opengl/glsl
liqing 73ad3413cc - dynamic computation graph (beta)
- add supports (/express)
	- add tests
	- add benchmarks with it (/benchmark/exprModels)
- Python
	- MNN engine and tools were submitted to pip
	- available on Windows/macOS/Linux
- Engine/Converter
	- add supports for each op benchmarking
	- refactor optimizer by separating steps
- CPU
	- add supports for Conv3D, Pool3D, ELU, ReverseSequence
	- fix ArgMax, Permute, Scale, BinaryOp, Slice, SliceTf
- OpenCL
	- add half transform in CPU
	- add broadcast supports for binary
	- optimize Conv2D, Reshape, Eltwise, Gemm, etc.
- OpenGL
	- add sub, real div supports for binary
	- add supports for unary
	- optimize Conv2D, Reshape
- Vulkan
	- add max supports for eltwise
- Metal
	- fix metallib missing problem
- Train/Quantization
	- use express to refactor training codes
2019-09-26 21:02:07 +08:00
..
avgpool.glsl beta 0.1.0 2019-04-19 20:50:09 +08:00
binary.glsl - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
blit.glsl beta 0.1.0 2019-04-19 20:50:09 +08:00
clear_texture.glsl beta 0.2.0.5 2019-07-25 13:36:35 +08:00
col2im.glsl beta 0.2.0.2 2019-07-02 18:01:08 +08:00
converter.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
convlutionDepthwise.glsl beta 0.1.0 2019-04-19 20:50:09 +08:00
convolution.glsl - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
convolution1x1.glsl - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
eltwise.glsl beta 0.1.0 2019-04-19 20:50:09 +08:00
gemm16x16.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
im2col.glsl beta 0.2.0.5 2019-07-25 13:36:35 +08:00
im2col1x1.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
image_copy.glsl beta 0.2.0.2 2019-07-02 18:01:08 +08:00
image_to_nc4hw4_buffer.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
image_to_nchw_buffer.glsl beta 0.2.0.2 2019-07-02 18:01:08 +08:00
image_to_nhwc_buffer.glsl beta 0.2.0.2 2019-07-02 18:01:08 +08:00
kernel2ImageDepthwise.glsl beta 0.1.0 2019-04-19 20:50:09 +08:00
kernel2image.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
kernel2image_adreno.glsl - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00
maxpool.glsl beta 0.1.0 2019-04-19 20:50:09 +08:00
nc4hw4_buffer_to_image.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
nchw_buffer_to_image.glsl beta 0.2.0.2 2019-07-02 18:01:08 +08:00
nhwc_buffer_to_image.glsl beta 0.2.0.2 2019-07-02 18:01:08 +08:00
permute.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
preluWithChannel.glsl beta 0.2.0.5 2019-07-25 13:36:35 +08:00
relu.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
resizeBilinear.glsl beta 0.2.0.5 2019-07-25 13:36:35 +08:00
resizeNearest.glsl beta 0.2.0.5 2019-07-25 13:36:35 +08:00
roiPooling.glsl beta 0.2.0.5 2019-07-25 13:36:35 +08:00
softmaxChannel.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
softmaxHeight.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
softmaxWidth.glsl beta 0.2.0.1 2019-06-24 11:32:41 +08:00
unary.glsl - dynamic computation graph (beta) 2019-09-26 21:02:07 +08:00