(self)
| 479 | net.Copy([param.parameter], param_copy_ref.field_blobs()) |
| 480 | |
| 481 | def export_output_for_metrics(self): |
| 482 | self._export_output_for_metrics = True |
| 483 | |
| 484 | # Export output of the layer directly |
| 485 | export_name = self.name + "/output" |
| 486 | self.model.add_metric_field(export_name, self.output_schema) |
| 487 | |
| 488 | def export_params_for_metrics(self): |
| 489 | self._export_params_for_metrics = True |
no test coverage detected