(x, shift, scale)
| 55 | |
| 56 | |
| 57 | def t2i_modulate(x, shift, scale): |
| 58 | return x * (1 + scale) + shift |
| 59 | |
| 60 | |
| 61 | ################################################################################# |
nothing calls this directly
no outgoing calls
no test coverage detected