(self, x, return_dict=True, generator=None)
| 32 | return self.static_decoder_output |
| 33 | |
| 34 | def _decode(self, x, return_dict=True, generator=None): |
| 35 | return self.vae.decode(x, return_dict=return_dict) |
| 36 | |
| 37 | def _create_cuda_graph_decoder(self, *inputs, **kwargs): |
| 38 | # warmup to create the workspace and cublas handle |
no test coverage detected