!2351 Fix some mistakes of TransData vm ops

Merge pull request !2351 from liuwenhao/master
This commit is contained in:
mindspore-ci-bot 2020-06-19 17:40:18 +08:00 committed by Gitee
commit 108021b110
1 changed files with 1 additions and 1 deletions

View File

@ -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_FracZ) \
.dtype_format(DataType.F32_HWCN, DataType.F32_C1HWNCoC0) \ .dtype_format(DataType.F32_HWCN, DataType.F32_C1HWNCoC0) \
.dtype_format(DataType.F32_C1HWNCoC0, DataType.F32_HWCN) \ .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) \ .dtype_format(DataType.F32_HWCN, DataType.F32_Default) \
.get_op_info() .get_op_info()