fix: compile error on ubuntu
this fixes https://github.com/google/mediapipe/issues/3792
This commit is contained in:
parent
d5def9e24d
commit
8e8c96dee0
|
@ -191,7 +191,7 @@ absl::StatusOr<std::vector<Tensor>> InferenceInterpreterDelegateRunner::Run(
|
||||||
TfLiteTypeGetName(tensor->type)));
|
TfLiteTypeGetName(tensor->type)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return output_tensors;
|
return std::move(output_tensors);
|
||||||
}
|
}
|
||||||
|
|
||||||
absl::StatusOr<std::unique_ptr<InferenceRunner>>
|
absl::StatusOr<std::unique_ptr<InferenceRunner>>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user