(name, storage)
| 16405 | return this.get(name); |
| 16406 | } |
| 16407 | add_storage(name, storage) { |
| 16408 | return this.set(name, storage); |
| 16409 | } |
| 16410 | }); |
| 16411 | this.registerType('torch.ScriptFunction', class { |
| 16412 | constructor(name, graph /*, function_creator */) { |
no test coverage detected