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

Function add

dlib/test/any_function.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25// ----------------------------------------------------------------------------------------
26
27 int add ( int a, int b) { return a + b; }
28 string cat ( string a, string b) { return a + b; }
29
30// ----------------------------------------------------------------------------------------

Callers 4

test_basic_tensor_opsFunction · 0.70
test_addFunction · 0.70
perform_testMethod · 0.70
delayed_addMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected