This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!4045
fix class not declear when building ge
Merge pull request
!4045
from liubuyu/bug_fix
tags/v0.7.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
ba3a2976dc
344bcd85be
commit
697720ef5b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mindspore/ccsrc/utils/context/context_extends.cc
+ 4
- 0
mindspore/ccsrc/utils/context/context_extends.cc
View File
@@ -24,6 +24,10 @@
namespace mindspore {
namespace context {
#ifdef ENBALE_GE
using mindspore::transform::DfGraphManager;
#endif
#ifndef NO_DLIB
// Open tdt dataset
bool OpenTsd(const std::shared_ptr<MsContext> &ms_context_ptr) {
Write
Preview
Loading…
Cancel
Save