MCPcopy 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

3from .solver_multitask_dev import SolverMultiTaskDev
4
5def solver_entry(C):
6 return globals()[C.config['common']['solver']['type']](C)

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected