From 2c030b73c5578184d93ac24b7d920aa0ffb1fdfc Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Sun, 2 Oct 2022 08:51:56 +0000 Subject: [PATCH] add comment for runtime --- fastdeploy/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdeploy/runtime.h b/fastdeploy/runtime.h index 0af8369c7..7cd8bf6fe 100644 --- a/fastdeploy/runtime.h +++ b/fastdeploy/runtime.h @@ -115,7 +115,7 @@ struct FASTDEPLOY_DECL RuntimeOption { /// Disable mkldnn while using Paddle Inference as inference backend void DisablePaddleMKLDNN(); - /* + /** * @brief Delete pass by name while using Paddle Inference as inference backend, this can be called multiple times to delete a set of passes */ void DeletePaddleBackendPass(const std::string& delete_pass_name);