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
!2745
fix invert permutation operator in pynative
Merge pull request
!2745
from wangqiuliang/fix-invertpermutation-operator
tags/v0.6.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
746ecc2e4a
9cfcdce8dc
commit
96c7399577
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/ops/operations/array_ops.py
+ 1
- 0
mindspore/ops/operations/array_ops.py
View File
@@ -971,6 +971,7 @@ class InvertPermutation(PrimitiveWithInfer):
@prim_attr_register
def __init__(self):
"""init InvertPermutation"""
self.const_value = True
def __infer__(self, x):
x_shp = x['shape']
Write
Preview
Loading…
Cancel
Save