llvm-project/mlir
TatWai Chong 08b0977a19 [mlir][tosa] Add check if the operand of the operations is constant.
Some uses of TOSA rely on the constant operands of particular operations,
e.g. paddings and pad_const in pad op. Add a verification pattern in the
validation pass, and this is optionally enabled.

Change-Id: I1628c0840a27ab06ef91150eee56ad4f5ac9543d

Reviewed By: rsuderman

Differential Revision: https://reviews.llvm.org/D145412
2023-03-21 20:54:47 +00:00
..
benchmark/python
cmake/modules
docs
examples
include [mlir][tosa] Add check if the operand of the operations is constant. 2023-03-21 20:54:47 +00:00
lib [mlir][tosa] Add check if the operand of the operations is constant. 2023-03-21 20:54:47 +00:00
python
test [mlir][tosa] Add check if the operand of the operations is constant. 2023-03-21 20:54:47 +00:00
tools [mlir] Add missing registrations to runners. 2023-03-21 15:17:21 +01:00
unittests
utils
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.