Hi there! I could not quite understand why reluifying a maxpool operation can happen only when it comes after relu. I'm referring to [this line of code](https://github.com/dlshriver/dnnv/blob/d4f59a01810cf4dac99f8f5e5b9d7a350cbfa8d7/dnnv/nn/transformers/simplifiers/reluify_maxpool.py#L120).
Hi there!
I could not quite understand why reluifying a maxpool operation can happen only when it comes after relu.
I'm referring to this line of code.