mmdeploy/tests/test_apis
Li Zhang 792c27b054
[Feature] Ascend backend (#747)
* add acl backend

* support dynamic batch size and dynamic image size

* add preliminary ascend backend

* support dtypes other than float

* support dynamic_dims in SDK

* fix dynamic batch size

* better error handling

* remove debug info

* [WIP] dynamic shape support

* fix static shape

* fix dynamic batch size

* add retinanet support

* fix dynamic image size

* fix dynamic image size

* fix dynamic dims

* fix dynamic dims

* simplify config files

* fix yolox support

* fix negative index

* support faster rcnn

* add seg config

* update benchmark

* fix onnx2ascend dynamic shape

* update docstring and benchmark

* add unit test, update documents

* fix wrapper

* fix ut

* fix for vit

* error handling

* context handling & multi-device support

* build with stub libraries

* add ci

* fix lint

* fix lint

* update doc ref

* fix typo

* down with `target_link_directories`

* setup python

* makedir

* fix ci

* fix ci

* remove verbose logs

* fix UBs

* export Error

* fix lint

* update checkenv

Co-authored-by: grimoire <yaoqian@sensetime.com>
2022-09-05 12:08:36 +08:00
..
test_calibration.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00
test_extract.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00
test_onnx2ascend.py [Feature] Ascend backend (#747) 2022-09-05 12:08:36 +08:00
test_onnx2ncnn.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00
test_onnx2openvino.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00
test_onnx2tensorrt.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00
test_onnx_passes.py fix adaptive_avg_pool exporting to onnx (#857) 2022-08-12 09:38:46 +08:00
test_torch2onnx.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00
test_torch2torchscript.py [Refactor][API2.0] Api refactor2.0 (#529) 2022-05-31 09:18:18 +08:00