MCPcopy
hub / github.com/lutzroeder/netron / register_module

Method register_module

source/python.js:6109–6111  ·  view source on GitHub ↗
(name, module)

Source from the content-addressed store, hash-verified

6107 this._modules.set(name, module);
6108 }
6109 register_module(name, module) {
6110 this.add_module(name, module);
6111 }
6112 });
6113 torch.nn.Module = torch.nn.modules.module.Module;
6114 torch.nn.modules.Module = torch.nn.modules.module.Module;

Callers 2

LEGACY_convertModuleMethod · 0.80
deserialize_inputMethod · 0.80

Calls 4

add_moduleMethod · 0.80
addOrCheckAttributeMethod · 0.80
__setattr__Method · 0.80
typeMethod · 0.45

Tested by

no test coverage detected