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