[Benchmark] Add PaddleYOLOv8 cpp benchmark example & lite flags option (#1270)

* [Android] Add PaddleYOLOv8 cpp benchmark example & lite flags option

* [Benchmark] add linux x86_64 gpu benchmark build script
This commit is contained in:
DefTruth
2023-02-09 11:58:07 +08:00
committed by GitHub
parent 3eb571a047
commit ab5377b5fa
8 changed files with 345 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ class LiteBackend : public BaseBackend {
LiteBackend() {}
virtual ~LiteBackend() = default;
bool Init(const RuntimeOption& option);
bool Init(const RuntimeOption& option) override;
bool Infer(std::vector<FDTensor>& inputs,
std::vector<FDTensor>* outputs,