Unverified Commit 4a3d2088 authored by Jack Frankland's avatar Jack Frankland Committed by GitHub
Browse files

[mlir][linalg] Add TransposeConv2D Transform Op (#68567)



* Add a LinAlg pass to convert 2D convolutions and quantized 2D
convolutions that have the `FHWC` filter channel ordering into a
transpose followed by 2D convolutions that have the `HWCF` channel
ordering.

* Add a lit test to check the semantics of the transformation are
correct for both quantized and unquantized variants.

Signed-off-by: default avatarJack Frankland <jack.frankland@arm.com>
parent 06157a6d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment