(self, input_param, input_shape, _)
| 42 | |
| 43 | @parameterized.expand(TESTS) |
| 44 | def test_pending_ops(self, input_param, input_shape, _): |
| 45 | self.pad_test_pending_ops(input_param, input_shape) |
| 46 | |
| 47 | |
| 48 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected