This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
single op parser add check for json input
pull/580/head
wxl
4 years ago
parent
0db1ef1fc9
commit
87176028b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/offline/single_op_parser.h
+ 1
- 1
ge/offline/single_op_parser.h
View File
@@ -29,7 +29,7 @@
namespace ge {
struct SingleOpTensorDesc {
public:
bool GetValidFlag() { return is_valid_; }
bool GetValidFlag()
const
{ return is_valid_; }
void SetValidFlag(bool is_valid) { is_valid_ = is_valid; }
public:
std::string name;
Write
Preview
Loading…
Cancel
Save