(self, input)
| 65 | self.transform = transforms.Compose(transform) |
| 66 | |
| 67 | def __call__(self, input): |
| 68 | output = self.transform(input) |
| 69 | return output |
| 70 | |
| 71 | |
| 72 | class Augment_SPH_Data(): |
nothing calls this directly
no outgoing calls
no test coverage detected