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
fix include common file
tags/v1.2.0-rc1
zhaodezan
4 years ago
parent
754e253466
commit
409c1680e6
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
mindspore/lite/include/model.h
+ 1
- 2
mindspore/lite/include/model.h
View File
@@ -17,13 +17,12 @@
#define MINDSPORE_LITE_INCLUDE_MODEL_H_
#include <vector>
#include "include/lite_utils.h"
#include "src/common/utils.h"
namespace mindspore::lite {
struct MS_API Model {
struct Node {
String name_;
NodeType
node_type_;
int
node_type_;
const void *primitive_;
Uint32Vector input_indices_;
Uint32Vector output_indices_;
Write
Preview
Loading…
Cancel
Save