(self, name)
| 418 | return param.parameter |
| 419 | |
| 420 | def get_next_blob_reference(self, name): |
| 421 | with scope.NameScope(self.name, reset=True): |
| 422 | return self.model.net.NextScopedBlob(name) |
| 423 | |
| 424 | def add_operators(self, net, init_net=None, context=InstantiationContext.TRAINING): |
| 425 | """ |
no test coverage detected