MCPcopy Create free account
hub / github.com/davisking/dlib / py_function_spec2

Function py_function_spec2

tools/python/src/global_optimization.cpp:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246function_spec py_function_spec2 (
247 py::list a,
248 py::list b,
249 py::list c
250)
251{
252 return function_spec(list_to_mat(a), list_to_mat(b), list_to_bool_vector(c));
253}
254
255std::shared_ptr<global_function_search> py_global_function_search1 (
256 py::list functions

Callers

nothing calls this directly

Calls 3

list_to_matFunction · 0.85
list_to_bool_vectorFunction · 0.85
function_specClass · 0.50

Tested by

no test coverage detected