(self, show_x1=False)
| 64 | |
| 65 | class T2IVisualizer: |
| 66 | def __init__(self, show_x1=False): |
| 67 | self.show_x1 = show_x1 |
| 68 | |
| 69 | def __call__(self, x0=None, x1=None, x1_pred=None): |
| 70 | if self.show_x1: |
nothing calls this directly
no outgoing calls
no test coverage detected