(self, input)
| 39 | self.transform = transforms.Compose(transform) |
| 40 | |
| 41 | def __call__(self, input): |
| 42 | output = self.transform(input) |
| 43 | return output |
| 44 | |
| 45 | |
| 46 | class Augment_RGB_Data(): |
nothing calls this directly
no outgoing calls
no test coverage detected