Searched refs:U64_NHWC (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ops/_op_impl/tbe/ |
D | depth_to_space.py | 39 .dtype_format(DataType.U64_NHWC, DataType.U64_NHWC) \
|
D | space_to_depth.py | 40 .dtype_format(DataType.U64_NHWC, DataType.F16_FracZ, DataType.U64_NHWC) \
|
D | parallel_concat.py | 61 .dtype_format(DataType.U64_NHWC, DataType.U64_NHWC) \
|
D | trans_data.py | 119 .dtype_format(DataType.U64_Default, DataType.U64_NHWC) \ 121 .dtype_format(DataType.U64_NHWC, DataType.U64_Default) \ 122 .dtype_format(DataType.U64_NHWC, DataType.U64_HWCN) \ 124 .dtype_format(DataType.U64_HWCN, DataType.U64_NHWC) \
|
D | trans_data_ds.py | 120 .dtype_format(DataType.U64_Default, DataType.U64_NHWC) \ 122 .dtype_format(DataType.U64_NHWC, DataType.U64_Default) \ 123 .dtype_format(DataType.U64_NHWC, DataType.U64_HWCN) \ 125 .dtype_format(DataType.U64_HWCN, DataType.U64_NHWC) \
|
/third_party/mindspore/mindspore/ops/ |
D | op_info_register.py | 881 U64_NHWC = ("uint64", "NHWC") variable in DataType
|