(self)
| 393 | return outputs |
| 394 | |
| 395 | def extra_repr(self): |
| 396 | return '{num_features}, eps={eps}, momentum={momentum}, affine={affine}, ' \ |
| 397 | 'track_running_stats={track_running_stats}'.format(**self.__dict__) |
| 398 | |
| 399 | def complex_cat(inputs, axis): |
| 400 |
nothing calls this directly
no outgoing calls
no test coverage detected