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

Function main

external/ggml/tests/test-roll.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int main() {
123 bool passed = true;
124 passed &= test_roll({3, 7, 4, 2}, {1, 0, -1, 0}, false);
125 passed &= test_roll({37, 42, 59, 2}, {-4, 3, -7, 1}, false);
126 passed &= test_roll({37, 42, 59, 2}, {-4, 3, -7, 1}, true);
127 return passed ? 0 : 1;
128}

Callers

nothing calls this directly

Calls 1

test_rollFunction · 0.70

Tested by

no test coverage detected