(self, input_param, input_shape, expected_shape)
| 48 | |
| 49 | @parameterized.expand(TEST_SHAPES) |
| 50 | def test_shape(self, input_param, input_shape, expected_shape): |
| 51 | self.crop_test(input_param, input_shape, expected_shape) |
| 52 | |
| 53 | @parameterized.expand(TEST_VALUES) |
| 54 | def test_value(self, input_param, input_data): |