## Fix the Op info test for `nn.functional.max_pool2d` and `nn.functional.max_pool3d` 1. Find the line of [test_ops.py](test/test_ops.py) and remove `nn.functional.max_pool2d` and `nn.functional.max_pool3d` from `skip_list` 2. Run op_info test with `pytest test/test_ops.py` 3. Fix the failure. Please refer to [this guide](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/fixing_op_info_test.md) as guide to fix: Also refer to these PRs: * https://github.com/pytorch/xla/pull/7343 * https://github.com/pytorch/xla/pull/7312 * https://github.com/pytorch/xla/pull/7325
Fix the Op info test for
nn.functional.max_pool2dandnn.functional.max_pool3dnn.functional.max_pool2dandnn.functional.max_pool3dfromskip_listpytest test/test_ops.pyPlease refer to
this guide as guide to fix:
Also refer to these PRs: