Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
static void dsep() { dsep_out = convolve(dx, spread, img); }
31
32
static bool fail(array &left, array &right) {
33
return (max<float>(abs(left - right)) > 1e-6);
34
}
35
36
int main(int argc, char **argv) {
37
try {
Callers
1
main
Function · 0.85
Calls
1
abs
Function · 0.50
Tested by
no test coverage detected