Browse Source

pclint

tags/v1.3.0
zhou_chao1993 3 years ago
parent
commit
03168ff877
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