Browse Source

Code check

feature/build-system-rewrite
Margaret_wangrui 4 years ago
parent
commit
d35cf7eaa9
9 changed files with 0 additions and 35 deletions
  1. +0
    -4
      mindspore/core/ir/cell.cc
  2. +0
    -2
      mindspore/core/ir/dtype.cc
  3. +0
    -2
      mindspore/core/ir/dtype/number.cc
  4. +0
    -2
      mindspore/core/ir/dtype/ref.cc
  5. +0
    -2
      mindspore/core/ir/dtype/tensor_type.cc
  6. +0
    -4
      mindspore/core/ir/func_graph.cc
  7. +0
    -3
      mindspore/core/ir/func_graph_extends.cc
  8. +0
    -9
      mindspore/core/ir/graph_utils.cc
  9. +0
    -7
      mindspore/core/ir/graph_utils_extends.cc

+ 0
- 4
mindspore/core/ir/cell.cc View File

@@ -16,10 +16,6 @@

#include "ir/cell.h"

#include <utility>
#include <map>
#include <algorithm>

#include "abstract/abstract_value.h"
#include "utils/ms_utils.h"



+ 0
- 2
mindspore/core/ir/dtype.cc View File

@@ -15,9 +15,7 @@
*/

#include "ir/dtype.h"
#include <string>
#include <cstdlib>
#include <algorithm>
#include "utils/log_adapter.h"
#include "utils/ms_utils.h"



+ 0
- 2
mindspore/core/ir/dtype/number.cc View File

@@ -15,8 +15,6 @@
*/

#include "ir/dtype/number.h"
#include <cstdlib>
#include <algorithm>
#include "utils/log_adapter.h"

namespace mindspore {


+ 0
- 2
mindspore/core/ir/dtype/ref.cc View File

@@ -15,8 +15,6 @@
*/

#include "ir/dtype/ref.h"
#include <cstdlib>
#include <algorithm>
#include "utils/log_adapter.h"
#include "ir/dtype/tensor_type.h"



+ 0
- 2
mindspore/core/ir/dtype/tensor_type.cc View File

@@ -15,8 +15,6 @@
*/

#include "ir/dtype/tensor_type.h"
#include <cstdlib>
#include <algorithm>
#include "utils/log_adapter.h"

namespace mindspore {


+ 0
- 4
mindspore/core/ir/func_graph.cc View File

@@ -18,10 +18,6 @@

#include "ir/func_graph.h"

#include <algorithm>
#include <sstream>
#include <utility>

#include "utils/trace_base.h"
#include "ir/manager.h"
#include "utils/flags.h"


+ 0
- 3
mindspore/core/ir/func_graph_extends.cc View File

@@ -18,9 +18,6 @@

#include "ir/func_graph.h"

#include <algorithm>
#include <sstream>

#include "ir/manager.h"
#include "base/core_ops.h"
#include "utils/ordered_set.h"


+ 0
- 9
mindspore/core/ir/graph_utils.cc View File

@@ -18,15 +18,6 @@

#include "ir/graph_utils.h"

#include <utility>
#include <stack>
#include <vector>
#include <tuple>
#include <string>
#include <fstream>
#include <deque>
#include <set>

#include "utils/hash_map.h"
#include "utils/hash_set.h"
#include "ir/func_graph.h"


+ 0
- 7
mindspore/core/ir/graph_utils_extends.cc View File

@@ -16,13 +16,6 @@

#include "ir/graph_utils.h"

#include <utility>
#include <stack>
#include <vector>
#include <list>
#include <string>
#include <fstream>

#include "utils/hash_map.h"
#include "utils/hash_set.h"
#include "ir/visitor.h"


Loading…
Cancel
Save