Files
clang-p2996/mlir/lib/Dialect/Linalg/Transforms
Hanhan Wang 9325b8da17 [mlir][Linalg] Add conv ops with TF definition.
The dimension order of a filter in tensorflow is
[filter_height, filter_width, in_channels, out_channels], which is different
from current definition. The current definition follows TOSA spec. Add TF
version conv ops to .tc, so we do not have to insert a transpose op around a
conv op.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D96038
2021-02-10 22:59:38 -08:00
..
2021-01-26 13:30:45 +01:00
2021-02-04 11:22:01 +00:00
2021-02-10 21:34:29 -08:00
2021-02-10 16:49:38 +00:00