(self)
| 182 | return {k: v.forward(inputs) for k, v in self.classifiers_dict.items()} |
| 183 | |
| 184 | def __len__(self): |
| 185 | return len(self.classifiers_dict) |
| 186 | |
| 187 | |
| 188 | # ============================================================================ |
nothing calls this directly
no outgoing calls
no test coverage detected