Browse Source

single op parser add check for json input

pull/580/head
wxl 4 years ago
parent
commit
87176028b7
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save