MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / build_linear_layer

Function build_linear_layer

mmdet/models/utils/builder.py:17–47  ·  view source on GitHub ↗

Build linear layer. Args: cfg (None or dict): The linear layer config, which should contain: - type (str): Layer type. - layer args: Args needed to instantiate an linear layer. args (argument list): Arguments passed to the `__init__` method of

(cfg, *args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls 2

popMethod · 0.80
getMethod · 0.80

Tested by

no test coverage detected