Browse Source

modify pclint

tags/v1.3.0
zhou_chao1993 3 years ago
parent
commit
c12a6b6e6f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      inc/external/ge/ge_api.h

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

@@ -142,8 +142,7 @@ 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);

Status BuildGraph(uint32_t graphId, const std::vector<ge::Tensor> &inputs); // lint !e720
///
/// @ingroup ge_graph
/// @brief run graph in the session with specific session id asynchronously


Loading…
Cancel
Save