Browse Source

!1619 pclint

From: @zhou_chao1993
Reviewed-by: @wqtshg,@ji_chen
Signed-off-by: @ji_chen
tags/v1.3.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
b311f1e518
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inc/external/ge/ge_api.h

+ 2
- 1
inc/external/ge/ge_api.h View File

@@ -142,7 +142,8 @@ class GE_FUNC_VISIBILITY Session {
///
Status BuildGraph(uint32_t graphId, const std::vector<InputTensorInfo> &inputs);

Status BuildGraph(uint32_t graphId, const std::vector<ge::Tensor> &inputs); // lint !e720
Status BuildGraph(uint32_t graphId, const std::vector<ge::Tensor> &inputs); /*lint !e148*/

///
/// @ingroup ge_graph
/// @brief run graph in the session with specific session id asynchronously


Loading…
Cancel
Save