Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
274
def
get_RepVGG_func_by_name(name):
275
return
func_dict[name]
276
277
278
Callers
4
__init__
Method · 0.90
create_RepVGGplus_by_name
Function · 0.90
insert_bn
Function · 0.90
main_worker
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected