This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Code check
feature/build-system-rewrite
Margaret_wangrui
4 years ago
parent
9d20bce3b4
commit
d35cf7eaa9
9 changed files
with
0 additions
and
35 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
mindspore/core/ir/cell.cc
+0
-2
mindspore/core/ir/dtype.cc
+0
-2
mindspore/core/ir/dtype/number.cc
+0
-2
mindspore/core/ir/dtype/ref.cc
+0
-2
mindspore/core/ir/dtype/tensor_type.cc
+0
-4
mindspore/core/ir/func_graph.cc
+0
-3
mindspore/core/ir/func_graph_extends.cc
+0
-9
mindspore/core/ir/graph_utils.cc
+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"
Write
Preview
Loading…
Cancel
Save