(self, input_param, input_shape, _)
| 46 | |
| 47 | @parameterized.expand(TESTS) |
| 48 | def test_pending_ops(self, input_param, input_shape, _): |
| 49 | self.pad_test_pending_ops(input_param, input_shape) |
| 50 | |
| 51 | @parameterized.expand(TESTS_COMBINE) |
| 52 | def test_combine_ops(self, funcs, input_shape, expected_shape): |
nothing calls this directly
no test coverage detected