(self, x, scale=1)
| 416 | self._apply_merged_weights(ctx, weight, bias) |
| 417 | |
| 418 | self._restore_merge_context(ctx) |
| 419 | |
| 420 | def onfly_merge(self, multiplier=1.0): |
| 421 | if self.not_supported: |
| 422 | return |
nothing calls this directly
no outgoing calls
no test coverage detected