modify comment of runtime

This commit is contained in:
jiangjiajun
2022-10-02 08:43:14 +00:00
parent 751494b255
commit 7676a43288

View File

@@ -116,7 +116,7 @@ struct FASTDEPLOY_DECL RuntimeOption {
void DisablePaddleMKLDNN();
/*
* Delete pass by name while using Paddle Inference as inference backend, this can be called multiple times to delete a set of passes
* @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);