forked from mindspore-Ecosystem/mindspore
!46846 fix mirrorpad coredump on pynative
Merge pull request !46846 from 范吉斌/fix_pad
This commit is contained in:
commit
b3f30e573b
|
@ -212,6 +212,7 @@ PrimShapeDependMap &GetHostDependsMap() {
|
|||
{kSparseSegmentSqrtnWithNumSegments, ShapeSet{3}},
|
||||
{kSparseMatrixTranspose, ShapeSet{0}},
|
||||
{kParameterizedTruncatedNormal, ShapeSet{0}},
|
||||
{prim::kPrimMirrorPadGrad->name(), ShapeSet{1}},
|
||||
{kSparseToDense, ShapeSet{2}}};
|
||||
return host_depends;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue