This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.conv2d as fully_connected canonicalization
ClosedPublic

Authored by not-jenni on Nov 29 2021, 4:45 PM.

Details

Summary

For a 1x1 weight and stride of 1, the input/weight can be reshaped and passed into a fully connected op then reshaped back

Diff Detail