(self, *args, **kwargs)
| 176 | return brew.prelu(self, *args, **kwargs) |
| 177 | |
| 178 | def Concat(self, *args, **kwargs): |
| 179 | return brew.concat(self, *args, order=self.order, **kwargs) |
| 180 | |
| 181 | def DepthConcat(self, *args, **kwargs): |
| 182 | """The old depth concat function - we should move to use concat.""" |