mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00
[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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user