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
commit
697720ef5b
1 changed files with 4 additions and 0 deletions
  1. +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) {


Loading…
Cancel
Save