Unverified Commit 9dd15f74 authored by Amir Bishara's avatar Amir Bishara Committed by GitHub
Browse files

[mlir][tosa] Add aggressiveReduceConstant argument for the constant reduce optimization (#68765)

Adding the argument of aggressiveReduceConstant to the
TosaLayerwiseConstantFoldPass which would
allow performing the constant optimizations on the reduce ops always.
(e.g. without considering the
number of users of the input of the reduce operation)
parent 28b91268
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment