(self, input_param, input_shape, expected_shape)
| 31 | |
| 32 | @parameterized.expand(TESTS) |
| 33 | def test_pad(self, input_param, input_shape, expected_shape): |
| 34 | modes = ["constant", {"constant"}] |
| 35 | self.pad_test(input_param, input_shape, expected_shape, modes) |
| 36 | |
| 37 | @parameterized.expand(TESTS) |
| 38 | def test_pending_ops(self, input_param, input_shape, _): |