fix(mlir-tfl): patch - dont fold tfl.gather when params are quantized
adding a patch for the fix slated to be merged upstream.
--tfl-to-tosa-pipeline will try to use TFL folders for constants. If the params tensor in GatherOp is quantized (e.g. quantized tosa.const), the folder will lose the quantization information, causing type mismatch failures in later checks.
Signed-off-by: Deeptanshu Sekhri deeptanshu.sekhri@arm.com