Skip to content

Commit

Permalink
Update rknpu2_backend.cc (PaddlePaddle#2064)
Browse files Browse the repository at this point in the history
Update rknpu2_backend.cc  Signed-off-by: JugendTraum <[email protected]>

Co-authored-by: DefTruth <[email protected]>
  • Loading branch information
JugendTraum and DefTruth authored Jun 26, 2023
1 parent 709ba51 commit 4c3e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastdeploy/runtime/backends/rknpu2/rknpu2_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ bool RKNPU2Backend::Init(const RuntimeOption& runtime_option) {
}

if (!InitInputAndOutputNumber()) {
FDERROR << "Get SDK and device version failed" << std::endl;
FDERROR << "Init input and output number failed" << std::endl;
return false;
}

Expand Down

0 comments on commit 4c3e703

Please sign in to comment.