MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/relu.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static_assert(relu(-5) == 0);
17
18int32_t main()
19{
20 std::cout << relu(3) << std::endl;
21 return 0;
22}

Callers

nothing calls this directly

Calls 1

reluFunction · 0.85

Tested by

no test coverage detected