Searched refs:U32_NHWC (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ops/_op_impl/tbe/ |
D | depth_to_space.py | 38 .dtype_format(DataType.U32_NHWC, DataType.U32_NHWC) \
|
D | space_to_depth.py | 39 .dtype_format(DataType.U32_NHWC, DataType.F16_FracZ, DataType.U32_NHWC) \
|
D | parallel_concat.py | 59 .dtype_format(DataType.U32_NHWC, DataType.U32_NHWC) \
|
D | trans_data.py | 113 .dtype_format(DataType.U32_Default, DataType.U32_NHWC) \ 115 .dtype_format(DataType.U32_NHWC, DataType.U32_Default) \ 116 .dtype_format(DataType.U32_NHWC, DataType.U32_HWCN) \ 118 .dtype_format(DataType.U32_HWCN, DataType.U32_NHWC) \
|
D | trans_data_ds.py | 114 .dtype_format(DataType.U32_Default, DataType.U32_NHWC) \ 116 .dtype_format(DataType.U32_NHWC, DataType.U32_Default) \ 117 .dtype_format(DataType.U32_NHWC, DataType.U32_HWCN) \ 119 .dtype_format(DataType.U32_HWCN, DataType.U32_NHWC) \
|
/third_party/mindspore/mindspore/ops/ |
D | op_info_register.py | 857 U32_NHWC = ("uint32", "NHWC") variable in DataType
|