(x)
| 177 | def prepare_data(self, datum, devices:list=None, allocation:list=None): |
| 178 | |
| 179 | def gradinator(x): |
| 180 | x.requires_grad = False |
| 181 | return x |
| 182 | if devices is None: |
| 183 | devices = ['cuda:0'] |
| 184 | if allocation is None: |
nothing calls this directly
no outgoing calls
no test coverage detected