Browse Source

Pre Merge pull request !469 from 李正龙/master_test

pull/469/MERGE
李正龙 Gitee 3 years ago
parent
commit
8c437ea324
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/tensorflow/tensorflow_squeeze_parser.h

+ 1
- 1
parser/tensorflow/tensorflow_squeeze_parser.h View File

@@ -22,7 +22,7 @@
namespace ge {
class PARSER_FUNC_VISIBILITY TensorFlowSqueezeParser : public TensorFlowOpParser {
public:
Status ParseParams(const Message *op_src, ge::OpDescPtr &op_dest) override;
Status ParseParams(const Message *op_src, ge::OpDescPtr &op) override;

private:
static Status ParseDesc(const domi::tensorflow::AttrValue &attr_value, ge::GeTensorDesc &ge_desc);


Loading…
Cancel
Save