From 03168ff877fe61d0490d5ca3f57ebebb02523f6e Mon Sep 17 00:00:00 2001 From: zhou_chao1993 Date: Fri, 7 May 2021 17:08:29 +0800 Subject: [PATCH] pclint --- inc/external/ge/ge_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/external/ge/ge_api.h b/inc/external/ge/ge_api.h index 7f3d39ae..c2cbe794 100644 --- a/inc/external/ge/ge_api.h +++ b/inc/external/ge/ge_api.h @@ -142,7 +142,8 @@ class GE_FUNC_VISIBILITY Session { /// Status BuildGraph(uint32_t graphId, const std::vector &inputs); - Status BuildGraph(uint32_t graphId, const std::vector &inputs); // lint !e720 + Status BuildGraph(uint32_t graphId, const std::vector &inputs); /*lint !e148*/ + /// /// @ingroup ge_graph /// @brief run graph in the session with specific session id asynchronously