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
delete #include "src/ops/primitive_c.h" at model.h
tags/v0.7.0-beta
yeyunpeng
5 years ago
parent
4f928a4f7e
commit
f4eee11dfa
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/lite/include/model.h
+1
-0
mindspore/lite/src/model.cc
+ 1
- 1
mindspore/lite/include/model.h
View File
@@ -20,7 +20,7 @@
#include <string>
#include <vector>
#include <memory>
#include "s
rc/ops/primitive_c
.h"
#include "s
chema/model_generated
.h"
namespace mindspore {
#define MS_API __attribute__((visibility("default")))
+ 1
- 0
mindspore/lite/src/model.cc
View File
@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include "src/ops/primitive_c.h"
#include "include/model.h"
#include "src/ops/unique.h"
#include "src/ops/space_to_batch.h"
Write
Preview
Loading…
Cancel
Save