Commit Graph

10 Commits

Author SHA1 Message Date
xiaying cd8e4d17d9 [PATCH 126/160] [Vulkan:Speed] Optimize the pre/post treat of deconvolution 2020-03-22 19:02:12 +08:00
xiaying 7f12a224e5 [PATCH 124/160] [Vulkan:Refractor] Rename VulkanMatrixMultier as VulkanMatrixMultier4x4 2020-03-22 19:02:12 +08:00
xiaying c77d7c4ab3 [PATCH 120/160] [Vulkan:Feature] Support multi-input for deconvolution 2020-03-22 19:02:11 +08:00
xiaying 905d4332f2 [PATCH 115/160] [Vulkan:Refractor] Use common convolution and deconvolution pad 2020-03-22 19:02:11 +08:00
xiaying 2d71a17c47 [PATCH 099/160] [Vulkan:Bugfix, Demo:Bugfix] Fix bug for p20 can't run vulkan, Fix bug for android demo compile 2020-03-22 19:02:09 +08:00
xiaying 71bb5597b9 [PATCH 062/160] [Vulkan:Bugfix] Fix execution crash when not support, test will not crash 2020-03-22 19:02:05 +08:00
海境 90e06944db
Update 2020-02-26 09:57:17 +08:00
Zhang 002ac367e4
Update 2019-12-27 22:16:57 +08:00
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
liqing 5551108af8 beta 0.1.0 2019-04-19 20:50:09 +08:00