|
|
|
@@ -28,6 +28,7 @@ batch_to_space_op_info = TBERegOp("BatchToSpace") \ |
|
|
|
.input(0, "x", False, "required", "all") \ |
|
|
|
.output(0, "y", False, "required", "all") \ |
|
|
|
.dtype_format(DataType.F16_5HD, DataType.F16_5HD) \ |
|
|
|
.dtype_format(DataType.F32_5HD, DataType.F32_5HD) \ |
|
|
|
.get_op_info() |
|
|
|
|
|
|
|
|
|
|
|
|