[Backend] Add KunlunXin XPU deploy support (#894)

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

This reverts commit 0990ab9b50.
This commit is contained in:
Jason
2022-12-16 11:22:30 +08:00
committed by GitHub
parent 0990ab9b50
commit 2d998223ac
39 changed files with 870 additions and 58 deletions

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

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