MCPcopy
hub / github.com/DingXiaoH/RepVGG / get_RepVGG_func_by_name

Function get_RepVGG_func_by_name

repvgg.py:274–275  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

272'RepVGG-D2se': create_RepVGG_D2se, # Updated at April 25, 2021. This is not reported in the CVPR paper.
273}
274def get_RepVGG_func_by_name(name):
275 return func_dict[name]
276
277
278

Callers 4

__init__Method · 0.90
insert_bnFunction · 0.90
main_workerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected