Merge 8e8c96dee0
into 8609e5fae5
This commit is contained in:
commit
f3628149e9
|
@ -204,7 +204,7 @@ absl::StatusOr<std::vector<Tensor>> InferenceInterpreterDelegateRunner::Run(
|
|||
TfLiteTypeGetName(tensor->type)));
|
||||
}
|
||||
}
|
||||
return output_tensors;
|
||||
return std::move(output_tensors);
|
||||
}
|
||||
|
||||
absl::StatusOr<std::unique_ptr<InferenceRunner>>
|
||||
|
|
Loading…
Reference in New Issue
Block a user