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

Function f

dlib/test/bsp.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424// ----------------------------------------------------------------------------------------
425
426 double f ( double x)
427 {
428 return std::pow(x-2.0, 2.0);
429 }
430
431
432 void bsp_job_node_0 (

Callers 15

test_tanhFunction · 0.70
test_sigmoidFunction · 0.70
test_softmaxFunction · 0.70
test_softmax_allFunction · 0.70
test_batch_normalizeFunction · 0.70
bsp_job_other_nodesFunction · 0.70
test_function_viewFunction · 0.70
test_function_pointerFunction · 0.70
test_member_pointerFunction · 0.70
run_test2Function · 0.70
bind_rectanglesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected