This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Pre Merge pull request
!469
from 李正龙/master_test
pull/469/MERGE
李正龙
Gitee
3 years ago
parent
5e95a9bfa8
37fbf5e895
commit
8c437ea324
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save