[all-commits] [llvm/llvm-project] 11dda1: [mlir][tosa] Added shape inference for tosa convol...
rsuderman via All-commits
all-commits at lists.llvm.org
Mon Jul 19 10:46:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11dda1a234620639a856de61f8a2c0dc3a8bdd2a
https://github.com/llvm/llvm-project/commit/11dda1a234620639a856de61f8a2c0dc3a8bdd2a
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Added shape inference for tosa convolution operations
Added shape inference handles cases for convolution operations. This includes
conv2d, conv3d, depthwise_conv2d, and transpose_conv2d. With transpose conv
we use the specified output shape when possible however will shape propagate
if the output shape attribute has dynamic values.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D105645
More information about the All-commits
mailing list