Revert "[Backend] Add KunlunXin XPU deploy support" (#893)

Revert "[Backend] Add KunlunXin XPU deploy support (#747)"

This reverts commit 5be839b322.
This commit is contained in:
Jason
2022-12-15 21:17:59 +08:00
committed by GitHub
parent 5be839b322
commit 0990ab9b50
39 changed files with 58 additions and 870 deletions

2
examples/vision/detection/yolov5/cpp/infer.cc Executable file → Normal file
View File

@@ -102,4 +102,4 @@ int main(int argc, char* argv[]) {
TrtInfer(argv[1], argv[2]);
}
return 0;
}
}