Browse Source

cleancode

pull/636/head
songmingyang 3 years ago
parent
commit
5d7ef42e07
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      parser/common/thread_pool.h
  2. +1
    -1
      parser/common/types_map.h

+ 0
- 2
parser/common/thread_pool.h View File

@@ -25,13 +25,11 @@
#include <queue> #include <queue>
#include <stdexcept> #include <stdexcept>
#include <thread> #include <thread>
//#include <utility>
#include <vector> #include <vector>


#include "framework/common/debug/ge_log.h" #include "framework/common/debug/ge_log.h"
#include "framework/common/ge_inner_error_codes.h" #include "framework/common/ge_inner_error_codes.h"
#include "external/ge/ge_api_error_codes.h" #include "external/ge/ge_api_error_codes.h"
//#include "graph/types.h"
#include "parser/common/acl_graph_parser_util.h" #include "parser/common/acl_graph_parser_util.h"


namespace ge { namespace ge {


+ 1
- 1
parser/common/types_map.h View File

@@ -1,5 +1,5 @@
/** /**
* Copyright 2020 Huawei Technologies Co., Ltd
* Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.


Loading…
Cancel
Save