| 35 | |
| 36 | @dataclass |
| 37 | class ModulationOutSpec: |
| 38 | shift: slice |
| 39 | scale: slice |
| 40 | gate: slice |
| 41 | |
| 42 | |
| 43 | # Adapted from the function of the same name in the original training code, but only computes the slices, |
no outgoing calls
no test coverage detected