(self, input_param, input_shape, _)
| 36 | |
| 37 | @parameterized.expand(TESTS) |
| 38 | def test_pending_ops(self, input_param, input_shape, _): |
| 39 | self.pad_test_pending_ops(input_param, input_shape) |
| 40 | |
| 41 | |
| 42 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected