MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / main

Function main

tests/unittests/test_diffusion_math.cpp:118–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116} // namespace
117
118int main() {
119 try {
120 test_guidance();
121 test_velocity_and_steps();
122 test_masks();
123 } catch (const std::exception & error) {
124 std::cerr << error.what() << '\n';
125 return 1;
126 }
127 std::cout << "diffusion_math_test passed\n";
128 return 0;
129}

Callers

nothing calls this directly

Calls 3

test_guidanceFunction · 0.85
test_velocity_and_stepsFunction · 0.85
test_masksFunction · 0.85

Tested by

no test coverage detected