mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
These ops complement the tiling/padding transformations by transforming higher-level named structured operations such as depthwise convolutions into lower-level and/or generic equivalents that are better handled by some downstream transformations. Differential Revision: https://reviews.llvm.org/D126698