forked from mindspore-Ecosystem/mindspore
!2351 Fix some mistakes of TransData vm ops
Merge pull request !2351 from liuwenhao/master
This commit is contained in:
commit
108021b110
|
@ -58,7 +58,7 @@ trans_data_op_info = TBERegOp("TransData") \
|
|||
.dtype_format(DataType.F32_HWCN, DataType.F32_FracZ) \
|
||||
.dtype_format(DataType.F32_HWCN, DataType.F32_C1HWNCoC0) \
|
||||
.dtype_format(DataType.F32_C1HWNCoC0, DataType.F32_HWCN) \
|
||||
.dtype_format(DataType.F32_Default, DataType.F32_NCHW) \
|
||||
.dtype_format(DataType.F32_Default, DataType.F32_HWCN) \
|
||||
.dtype_format(DataType.F32_HWCN, DataType.F32_Default) \
|
||||
.get_op_info()
|
||||
|
||||
|
|
Loading…
Reference in New Issue