RunningLeon
|
a8775d2cf1
|
Update readme intro image and docs (#2175)
* update logo
* update
* update
* update
* fix ci
* Revert "update logo"
This reverts commit 6935ff0bce70ddde1ec3e86a496aa85af060e9b3.
* update intro
* fix
|
2023-06-14 16:16:25 +08:00 |
|
RunningLeon
|
670a504502
|
fix adaptive_avg_pool exporting to onnx (#857)
* fix adaptive_avg_pool exporting to onnx
* remove debug codes
* fix ci
* resolve comment
|
2022-08-12 09:38:46 +08:00 |
|
q.yao
|
5b31d7a60d
|
[Enhancement] Install Optimizer by setuptools (#690)
* Add fuse select assign pass
* move code to csrc
* add config flag
* Add fuse select assign pass
* Add CSE for ONNX
* remove useless code
* Install optimizer by setup tools
* fix comment
|
2022-07-25 13:04:27 +08:00 |
|
q.yao
|
4842823fd0
|
[Enhancement] Add CSE ONNX pass (#647)
* Add fuse select assign pass
* move code to csrc
* add config flag
* Add fuse select assign pass
* Add CSE for ONNX
* remove useless code
|
2022-07-19 14:46:14 +08:00 |
|
q.yao
|
58584888ee
|
[Enhancement] Add fuse select assign pass (#589)
* Add fuse select assign pass
* move code to csrc
* add config flag
* remove bool cast
|
2022-06-29 14:43:01 +08:00 |
|
q.yao
|
74243dc98b
|
[Enhancement] Add ONNX passes support (#390)
* add merge_shape_concate
* add some peephole optimization
* bug fixing
* fix for torch1.9
* add flatten cls head
* add subgraph matcher with attribute
* add ut
* fix lint
* remove onnx2ncnn
* add opset version
* axis name
* fix peephole
* fix symbol compare
* add docs
|
2022-06-06 21:30:31 +08:00 |
|