MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / fail

Function fail

examples/getting_started/convolve.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static void dsep() { dsep_out = convolve(dx, spread, img); }
31
32static bool fail(array &left, array &right) {
33 return (max<float>(abs(left - right)) > 1e-6);
34}
35
36int main(int argc, char **argv) {
37 try {

Callers 1

mainFunction · 0.85

Calls 1

absFunction · 0.50

Tested by

no test coverage detected