(self, net)
| 453 | self.add_param_copy_operators(net) |
| 454 | |
| 455 | def add_ops(self, net): |
| 456 | # Predict layer implementation. |
| 457 | raise NotImplementedError |
| 458 | |
| 459 | def add_eval_ops(self, net): |
| 460 | # Default eval layer implementation is completely matching |
no outgoing calls
no test coverage detected