(self, funcs, input_shape, expected_shape)
| 50 | |
| 51 | @parameterized.expand(TESTS_COMBINE) |
| 52 | def test_combine_ops(self, funcs, input_shape, expected_shape): |
| 53 | self.pad_test_combine_ops(funcs, input_shape, expected_shape) |
| 54 | |
| 55 | |
| 56 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected