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

Function py_function_spec1

tools/python/src/global_optimization.cpp:238–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236// ----------------------------------------------------------------------------------------
237
238function_spec py_function_spec1 (
239 py::list a,
240 py::list b
241)
242{
243 return function_spec(list_to_mat(a), list_to_mat(b));
244}
245
246function_spec py_function_spec2 (
247 py::list a,

Callers

nothing calls this directly

Calls 2

list_to_matFunction · 0.85
function_specClass · 0.50

Tested by

no test coverage detected