Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ solver_entry
Function
solver_entry
PATH/core/solvers/__init__.py:5–6 ·
view source on GitHub ↗
(C)
Source
from the content-addressed store, hash-verified
3
from
.solver_multitask_dev
import
SolverMultiTaskDev
4
5
def
solver_entry(C):
6
return
globals()[C.config[
'common'
][
'solver'
][
'type'
]](C)
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected